| /third_party/gn/src/gn/ |
| D | parse_tree_unittest.cc | 196 const BinaryOpNode* binop = in TEST() local 222 const BinaryOpNode* binop = in TEST() local 244 const BinaryOpNode* binop = in TEST() local 266 const BinaryOpNode* binop = in TEST() local
|
| D | command_format.cc | 399 void Printer::SortIfApplicable(const BinaryOpNode* binop) { in SortIfApplicable() 433 const BinaryOpNode* binop = node->AsBinaryOp(); in TraverseBinaryOpNode() local 549 } else if (const BinaryOpNode* binop = node->AsBinaryOp()) { in SuffixCommentTreeWalk() local 757 } 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/spirv-tools/source/fuzz/ |
| D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 bool float_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in float_binop_evaluates_to() 65 bool signed_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in signed_int_binop_evaluates_to() 89 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, spv::Op 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/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/python/Modules/clinic/ |
| D | itertoolsmodule.c.h | 521 PyObject *binop = Py_None; in itertools_accumulate() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | macro-assembler-ppc.h | 426 Label binop; in AtomicOps() 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/mesa3d/src/compiler/nir/ |
| D | nir_opcodes.py | 566 def binop(name, ty, alg_props, const_expr): function
|
| /third_party/node/deps/acorn/acorn/dist/ |
| D | acorn.js | 129 function binop(name, prec) { function 130 return new TokenType(name, {beforeExpr: true, binop: prec}) property 200 plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), property 238 _in: kw("in", {beforeExpr: true, binop: 7}), property 239 _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), property
|
| D | acorn.mjs | 123 function binop(name, prec) { function 124 return new TokenType(name, {beforeExpr: true, binop: prec}) property 194 plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), property 232 _in: kw("in", {beforeExpr: true, binop: 7}), property 233 _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), property
|
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| D | Pp.cpp | 383 } binop[] = { variable
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | bytecode-generator.cc | 4616 BinaryOperation* binop = expr->binary_operation(); in VisitCompoundAssignment() local 6098 void BytecodeGenerator::VisitBinaryOperation(BinaryOperation* binop) { in VisitBinaryOperation() 6519 void BytecodeGenerator::VisitCommaExpression(BinaryOperation* binop) { in VisitCommaExpression() 6648 void BytecodeGenerator::VisitLogicalOrExpression(BinaryOperation* binop) { in VisitLogicalOrExpression() 6709 void BytecodeGenerator::VisitLogicalAndExpression(BinaryOperation* binop) { in VisitLogicalAndExpression() 6770 void BytecodeGenerator::VisitNullishExpression(BinaryOperation* binop) { in VisitNullishExpression()
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| D | instruction-selector-arm.cc | 1877 Node** node, Node* binop, in MaybeReplaceCmpZeroWithFlagSettingBinop() 1974 Node* binop = m.left().node(); in VisitWordCompare() local 1985 Node* binop = m.right().node(); in VisitWordCompare() local
|
| /third_party/node/deps/v8/src/wasm/baseline/x64/ |
| D | liftoff-assembler-x64.h | 670 Label binop; in AtomicBinop() local 683 Label binop; in AtomicBinop() local 696 Label binop; in AtomicBinop() local 707 Label binop; in AtomicBinop() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | instruction-selector-arm64.cc | 2223 Node** node, Node* binop, in MaybeReplaceCmpZeroWithFlagSettingBinop() 2454 Node* binop = m.left().node(); in VisitWord32Compare() local 2464 Node* binop = m.right().node(); in VisitWord32Compare() local
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| D | compiler.py | 1471 def binop(operator, interceptable=True): member in CodeGenerator
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| D | compiler.py | 1565 def binop(operator, interceptable=True): # noqa: B902 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/node/deps/v8/src/parsing/ |
| D | parser.cc | 226 BinaryOperation* binop = (*x)->AsBinaryOperation(); in CollapseNaryExpression() local 2555 BinaryOperation* binop = expr->AsBinaryOperation(); in AddArrowFunctionFormalParameters() local
|