Home
last modified time | relevance | path

Searched defs:binop (Results 1 – 25 of 34) sorted by relevance

12

/third_party/gn/src/gn/
Dparse_tree_unittest.cc196 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
Dcommand_format.cc399 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
Dparser.cc789 } else if (const BinaryOpNode* binop = root->AsBinaryOp()) { in TraverseOrder() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 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/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 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/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 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/
Dpleval.c67 static int binop(struct st *st, int op, unsigned long left) in binop() function
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp265 llvm::AtomicRMWInst::BinOp binop; in ac_build_atomic_rmw() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() function
/third_party/python/Modules/clinic/
Ditertoolsmodule.c.h521 PyObject *binop = Py_None; in itertools_accumulate() local
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h426 Label binop; in AtomicOps() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump.c427 dump_instr_binop(struct dxil_dumper *d, struct dxil_instr_binop *binop) in dump_instr_binop()
Ddxil_internal.h232 struct dxil_instr_binop binop; member
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py566 def binop(name, ty, alg_props, const_expr): function
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js129 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
Dacorn.mjs123 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/
DPp.cpp383 } binop[] = { variable
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc4616 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/
Dinstruction-selector-arm.cc1877 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/
Dliftoff-assembler-x64.h670 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/
Dinstruction-selector-arm64.cc2223 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/
Dcompiler.py1471 def binop(operator, interceptable=True): member in CodeGenerator
/third_party/node/deps/v8/third_party/jinja2/
Dcompiler.py1565 def binop(operator, interceptable=True): # noqa: B902 member in CodeGenerator
/third_party/skia/third_party/externals/jinja2/
Dcompiler.py1565 def binop(operator, interceptable=True): # noqa: B902 member in CodeGenerator
/third_party/node/deps/v8/src/parsing/
Dparser.cc226 BinaryOperation* binop = (*x)->AsBinaryOperation(); in CollapseNaryExpression() local
2555 BinaryOperation* binop = expr->AsBinaryOperation(); in AddArrowFunctionFormalParameters() local

12