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

  /external/chromium_org/v8/test/cctest/
test-compiler.cc 12 // * Neither the name of Google Inc. nor the names of its
119 static double Inc(int x) {
135 TEST(Inc) {
138 CHECK_EQ(4.0, Inc(3));
  /external/v8/test/cctest/
test-compiler.cc 12 // * Neither the name of Google Inc. nor the names of its
132 static double Inc(int x) {
148 TEST(Inc) {
151 CHECK_EQ(4.0, Inc(3));
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 451 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1));
452 if (!Inc || !Inc->isOne())
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 509 // for (Init; Cond; Inc)
551 // Inc -> "rsIntIter++"
552 clang::UnaryOperator *Inc =
598 Inc,
880 // for (Init; Cond; Inc)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 197 #include "ARMGenDAGISel.inc"
200 /// SelectARMIndexedLoad - Indexed (pre/post inc/dec) load matching code for
    [all...]
ARMISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 606 #include "clang/AST/StmtNodes.inc"
    [all...]

Completed in 196 milliseconds