/third_party/gn/src/gn/ |
D | parse_tree_unittest.cc | 191 const BinaryOpNode* binop = in TEST() local 217 const BinaryOpNode* binop = in TEST() local 239 const BinaryOpNode* binop = in TEST() local 261 const BinaryOpNode* binop = in TEST() local
|
D | command_format.cc | 395 void Printer::SortIfApplicable(const BinaryOpNode* binop) { in SortIfApplicable() 527 } else if (const BinaryOpNode* binop = node->AsBinaryOp()) { in SuffixCommentTreeWalk() local 735 } else if (const BinaryOpNode* binop = root->AsBinaryOp()) { in Expr() local
|
D | parser.cc | 789 } else if (const BinaryOpNode* binop = root->AsBinaryOp()) { in TraverseOrder() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to() 64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to() 88 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in unsigned_int_binop_evaluates_to()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to() 64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to() 88 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in unsigned_int_binop_evaluates_to()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to() 64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to() 88 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in unsigned_int_binop_evaluates_to()
|
/third_party/musl/src/locale/ |
D | pleval.c | 67 static int binop(struct st *st, int op, unsigned long left) in binop() function
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_helper.cpp | 265 llvm::AtomicRMWInst::BinOp binop; in ac_build_atomic_rmw() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_lower_subgroups.c | 93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() function
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | scheck.c | 143 static void binop(Btor *btor, struct instruction *insn) in binop() function
|
/third_party/python/Modules/clinic/ |
D | itertoolsmodule.c.h | 513 PyObject *binop = Py_None; in itertools_accumulate() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_dump.c | 427 dump_instr_binop(struct dxil_dumper *d, struct dxil_instr_binop *binop) in dump_instr_binop()
|
D | dxil_internal.h | 232 struct dxil_instr_binop binop; member
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.js | 133 function binop(name, prec) { function 134 return new TokenType(name, {beforeExpr: true, binop: prec}) property 204 plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), property 242 _in: kw("in", {beforeExpr: true, binop: 7}), property 243 _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), property
|
D | acorn.mjs | 127 function binop(name, prec) { function 128 return new TokenType(name, {beforeExpr: true, binop: prec}) property 198 plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), property 236 _in: kw("in", {beforeExpr: true, binop: 7}), property 237 _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), property
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 566 def binop(name, ty, alg_props, const_expr): function
|
D | nir.c | 977 nir_alu_binop_identity(nir_op binop, unsigned bit_size) in nir_alu_binop_identity()
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 385 } binop[] = { variable
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | compiler.py | 1471 def binop(operator, interceptable=True): member in CodeGenerator
|
/third_party/skia/third_party/externals/jinja2/ |
D | compiler.py | 1565 def binop(operator, interceptable=True): # noqa: B902 member in CodeGenerator
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 3610 PyObject *binop; member 3626 PyObject *binop, PyObject *initial) in itertools_accumulate_impl()
|
/third_party/python/Lib/ |
D | ast.py | 1338 binop = { variable in _Unparser
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 5783 builtin_builder::binop(builtin_available_predicate avail, in binop() function in builtin_builder
|
/third_party/python/Python/ |
D | compile.c | 3605 binop(operator_ty op) in binop() function
|