HomeSort by relevance Sort by last modified time
    Searched defs:binop (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 73 const BinaryOperator * binop = dyn_cast<BinaryOperator>(e); local
74 BinaryOperatorKind opc = binop->getOpcode();
77 mulop = binop;
81 const Expr *lhs = binop->getLHS();
82 const Expr *rhs = binop->getRHS();
  /external/chromium_org/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 54 binop(NULL),
67 const Operator* binop; member in class:ReducerTester
87 // Check that the reduction of this binop applied to constants {a} and {b}
94 // Check that the reduction of this binop applied to {a} and {b} yields
98 CHECK_NE(NULL, binop);
99 Node* n = graph.NewNode(binop, a, b);
107 // Check that the reduction of this binop applied to {a} and {b} yields
110 CHECK_NE(NULL, binop);
111 Node* n = graph.NewNode(binop, a, b);
118 // Check that the reduction of this binop applied to {left} and {right} yield
    [all...]
test-simplified-lowering.cc 1187 Node* binop = t->graph()->NewNode(op, t->p0, t->p1); local
    [all...]
test-js-typed-lowering.cc 21 binop(NULL),
35 const Operator* binop; member in class:JSTypedLoweringTester
108 return reduce(Binop(op, Parameter(left_type, 0), Parameter(right_type, 1)));
111 Node* Binop(const Operator* op, Node* left, Node* right) {
205 Node* add = R.Binop(R.javascript.Add(), p0, p1);
222 Node* add = R.Binop(R.javascript.Add(), p0, p1);
249 Node* add = R.Binop(ops[k], p0, p1);
319 Node* add = R.Binop(R.ops[k], p0, p1);
379 Node* add = R.Binop(R.ops[k], p0, p1);
651 Node* cmp = R.Binop(ops[k], p0, p1)
883 Node* binop; member in class:BinopEffectsTester
    [all...]
test-run-machops.cc 2793 Node* binop = m.NewNode(ops[i], a, b); local
    [all...]
  /external/chromium_org/third_party/jinja2/
compiler.py 1421 def binop(operator, interceptable=True): member in class:CodeGenerator
    [all...]
  /external/chromium_org/v8/src/
parser.cc 3410 BinaryOperation* binop = expression->AsBinaryOperation(); local
    [all...]
hydrogen.cc 10458 HBinaryOperation* binop = HBinaryOperation::cast(instr); local
    [all...]

Completed in 874 milliseconds