Home
last modified time | relevance | path

Searched refs:binary_operator (Results 101 – 125 of 171) sorted by relevance

1234567

/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-1.c45 struct binary_operator struct
69 struct binary_operator optab[]; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-1.c45 struct binary_operator struct
69 struct binary_operator optab[]; argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-1.c46 struct binary_operator struct
70 struct binary_operator optab[]; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-1.c46 struct binary_operator struct
70 struct binary_operator optab[]; argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-1.c45 struct binary_operator struct
69 struct binary_operator optab[]; argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-1.c45 struct binary_operator struct
69 struct binary_operator optab[]; argument
/dports/devel/dparser/dparser-1.31/
H A Dsample.g50 | expression binary_operator expression
67 binary_operator
/dports/devel/dparser/dparser-1.31/tests/
H A Dsample.test.g50 | expression binary_operator expression
67 binary_operator
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-1.c45 struct binary_operator struct
69 struct binary_operator optab[]; argument
/dports/devel/elixir-estree/elixir-estree-2.6.1/lib/es_tree/
H A Dbinary_expression.ex5 operator: ESTree.binary_operator,
/dports/textproc/py-pygccxml/pygccxml-2.2.1/unittests/data/
H A Dhas_public_binary_operator_traits.hpp9 namespace binary_operator{ namespace
/dports/shells/bash/bash-5.1/
H A Dtest.c118 static int binary_operator PARAMS((void));
274 value = binary_operator (); in term()
440 binary_operator () in binary_operator() function
777 value = binary_operator (); in three_arguments()
/dports/devel/ppl/ppl-1.2/src/
H A DConcrete_Expression_defs.hh155 Concrete_Expression_BOP binary_operator() const;
/dports/devel/lua-luacheck/luacheck-4e5774169fa/src/luacheck/
H A Dparser.lua619 local binary_operator = binary_operators[state.token]
621 if not binary_operator or left_priorities[binary_operator] <= limit then
628 local subexpression = parse_subexpression(state, right_priorities[binary_operator])
629 …expression = new_inner_node(expression, subexpression, "Op", {binary_operator, expression, subexpr…
/dports/devel/thrust/thrust-1.9.5/thrust/detail/functional/operators/
H A Doperator_adaptors.h74 struct binary_operator struct
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_proto_converter.h102 std::string binary_operator,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_proto_converter.h102 std::string binary_operator,
/dports/devel/z80-asm/z80-asm-2.3/
H A Dexpression.c158 static void skim_higher_priorities(char *lower_priorities, char binary_operator) in skim_higher_priorities() argument
167 push_on_stack(binary_operator,2); in skim_higher_priorities()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Dexpr_generator.h95 void binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const;
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dexpr_generator.h95 void binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const;
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dexpr_generator.h95 void binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Dexpr_generator.h95 void binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dexpr_generator.h95 void binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const;
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Dexpr_generator.h95 void binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const;
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dvm.py1887 return self.binary_operator(state, "__matmul__")
1890 return self.binary_operator(state, "__add__")
1893 return self.binary_operator(state, "__sub__")
1896 return self.binary_operator(state, "__mul__")
1899 return self.binary_operator(state, "__mod__")
1902 return self.binary_operator(state, "__lshift__")
1905 return self.binary_operator(state, "__rshift__")
1908 return self.binary_operator(state, "__and__")
1911 return self.binary_operator(state, "__xor__")
1914 return self.binary_operator(state, "__or__")
[all …]

1234567