Home
last modified time | relevance | path

Searched defs:binary_op (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/spirit/example/karma/
Dcalc2_ast.hpp108 struct binary_op struct
110 binary_op() {} in binary_op() function
112 binary_op( in binary_op() function
136 expr = binary_op('+', expr, rhs); in operator +=() argument
Dcalc2_ast_vm.hpp121 struct binary_op struct
123 binary_op() {} in binary_op() argument
125 binary_op( in binary_op() argument
149 expr = binary_op(op_add, expr, rhs); in operator +=() argument
/third_party/boost/libs/spirit/repository/example/karma/
Dcalc2_ast.hpp110 struct binary_op struct
112 binary_op() {} in binary_op() function
114 binary_op( in binary_op() function
138 expr = binary_op('+', expr, rhs); in operator +=() argument
/third_party/boost/libs/metaparse/example/meta_hs/
Dsemantic.hpp79 struct binary_op struct
81 typedef binary_op type;
84 struct apply :
/third_party/boost/libs/metaparse/example/getting_started/
D7.hpp25 struct binary_op : struct
/third_party/boost/boost/python/
Doperators.hpp85 struct binary_op : operator_l<id> struct
88 struct apply : operator_l_inner<id,T,T>
/third_party/boost/boost/compute/algorithm/
Dinclusive_scan.hpp58 BinaryOperator binary_op, in inclusive_scan()
Dexclusive_scan.hpp61 BinaryOperator binary_op, in exclusive_scan()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dexpression.hpp64 unary_op, binary_op member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp77 struct binary_op struct
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp78 struct binary_op struct
/third_party/gn/src/gn/
Dparser.cc526 std::unique_ptr<BinaryOpNode> binary_op = std::make_unique<BinaryOpNode>(); in BinaryOperator() local
/third_party/python/Objects/
Dabstract.c835 binary_op(PyObject *v, PyObject *w, const int op_slot, const char *op_name) in binary_op() function
/third_party/quickjs/
Dquickjs.c18365 #define OP_CMP(opcode, binary_op, slow_call) \ in JS_CallInternal() argument