| /external/valgrind/VEX/priv/ |
| D | ir_inject.c | 42 #define binop(kind, a1, a2) IRExpr_Binop(kind, a1, a2) macro
|
| D | guest_tilegx_toIR.c | 125 static IRExpr *binop ( IROp op, IRExpr * a1, IRExpr * a2 ) in binop() function
|
| D | guest_arm_helpers.c | 560 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_arm_spechelper() macro
|
| D | guest_arm64_helpers.c | 718 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_arm64_spechelper() macro
|
| D | guest_s390_helpers.c | 1809 #define binop(op,a1,a2) IRExpr_Binop((op),(a1),(a2)) macro
|
| D | guest_x86_helpers.c | 819 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_x86_spechelper() macro
|
| D | guest_amd64_helpers.c | 996 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_amd64_spechelper() macro
|
| D | host_s390_isel.c | 1548 IROp unop, binop; in s390_isel_int_expr_wrk() local
|
| D | host_x86_isel.c | 96 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
|
| D | host_amd64_isel.c | 84 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
|
| D | guest_mips_toIR.c | 884 static IRExpr *binop(IROp op, IRExpr * a1, IRExpr * a2) in binop() function
|
| D | host_arm_isel.c | 188 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | MallocOverflowSecurityChecker.cpp | 82 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local
|
| /external/v8/src/interpreter/ |
| D | bytecode-generator.cc | 1863 void BytecodeGenerator::VisitBinaryOperation(BinaryOperation* binop) { in VisitBinaryOperation() 1921 void BytecodeGenerator::VisitCommaExpression(BinaryOperation* binop) { in VisitCommaExpression() 1927 void BytecodeGenerator::VisitLogicalOrExpression(BinaryOperation* binop) { in VisitLogicalOrExpression() 1946 void BytecodeGenerator::VisitLogicalAndExpression(BinaryOperation* binop) { in VisitLogicalAndExpression()
|
| /external/v8/test/cctest/compiler/ |
| D | test-js-typed-lowering.cc | 53 const Operator* binop; member in v8::internal::compiler::JSTypedLoweringTester 801 Node* binop; member in v8::internal::compiler::BinopEffectsTester
|
| D | test-machine-operator-reducer.cc | 71 const Operator* binop; member in v8::internal::compiler::ReducerTester
|
| D | test-simplified-lowering.cc | 1207 Node* binop = in CheckChangesAroundBinop() local
|
| /external/v8/src/wasm/ |
| D | asm-wasm-builder.cc | 545 BinaryOperation* binop = expr->key()->AsBinaryOperation(); in VisitProperty() local
|
| /external/valgrind/exp-dhat/ |
| D | dh_main.c | 765 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
|
| /external/opencv3/3rdparty/jinja2/ |
| D | compiler.py | 1421 def binop(operator, interceptable=True): member in CodeGenerator
|
| /external/valgrind/VEX/useful/ |
| D | test_main.c | 736 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
|
| /external/v8/test/cctest/wasm/ |
| D | test-run-wasm.cc | 1837 T GenerateAndRunFold(WasmOpcode binop, T* buffer, size_t size, in GenerateAndRunFold()
|
| /external/valgrind/memcheck/ |
| D | mc_translate.c | 438 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
|
| /external/valgrind/helgrind/ |
| D | hg_main.c | 4393 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
|
| /external/v8/src/parsing/ |
| D | parser.cc | 3958 BinaryOperation* binop = expr->AsBinaryOperation(); in ParseArrowFunctionFormalParameters() local
|