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

  /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 510 // for (Init; Cond; Inc)
552 // Inc -> "rsIntIter++"
553 clang::UnaryOperator *Inc =
599 Inc,
881 // for (Init; Cond; Inc)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 198 #include "ARMGenDAGISel.inc"
201 /// SelectARMIndexedLoad - Indexed (pre/post inc/dec) load matching code for
    [all...]
ARMISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 595 #include "clang/AST/StmtNodes.inc"
    [all...]

Completed in 167 milliseconds