/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 | 782 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_x86_spechelper() macro
|
D | guest_amd64_helpers.c | 957 # 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 | guest_mips_toIR.c | 884 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 | host_arm_isel.c | 188 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
|
D | guest_x86_toIR.c | 648 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
|
D | guest_ppc_toIR.c | 600 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 73 const BinaryOperator * binop = dyn_cast<BinaryOperator>(e); in CheckMallocArgument() local
|
/external/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 35 const Operator* binop; member in JSTypedLoweringTester 883 Node* binop; member in BinopEffectsTester
|
D | test-machine-operator-reducer.cc | 67 const Operator* binop; member in ReducerTester
|
D | test-simplified-lowering.cc | 1187 Node* binop = t->graph()->NewNode(op, t->p0, t->p1); in CheckChangesAroundBinop() local
|
D | test-run-machops.cc | 2793 Node* binop = m.NewNode(ops[i], a, b); in TEST() local
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 765 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 736 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4269 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
|
/external/v8/src/ |
D | parser.cc | 3410 BinaryOperation* binop = expression->AsBinaryOperation(); in CheckAndDeclareArrowParameter() local
|
D | hydrogen.cc | 10458 HBinaryOperation* binop = HBinaryOperation::cast(instr); in BuildBinaryOperation() local
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 438 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
|