Searched defs:Inc (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/cctest/
H A Dtest-compiler.cc12 // * Neither the name of Google Inc. nor the names of its
132 static double Inc(int x) { function
148 TEST(Inc) {
151 CHECK_EQ(4.0, Inc(3));
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h598 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { argument
599 getRegUnit(RUID).Weight += Inc;
/external/clang/lib/AST/
H A DStmt.cpp811 Expr *Cond, Expr *Inc, DeclStmt *LoopVar,
818 SubExprs[INC] = reinterpret_cast<Stmt*>(Inc);
874 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
881 SubExprs[INC] = reinterpret_cast<Stmt*>(Inc);
810 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
873 ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1654 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1657 if ((NumVecs == 1 || NumVecs == 2) && !isa<ConstantSDNode>(Inc.getNode()))
1662 !isa<ConstantSDNode>(Inc.getNode()))
1663 Ops.push_back(isa<ConstantSDNode>(Inc.getNode()) ? Reg0 : Inc);
1688 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1689 assert(isa<ConstantSDNode>(Inc.getNode()) &&
1691 (void)Inc;
1805 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1808 if (NumVecs <= 2 && !isa<ConstantSDNode>(Inc
1854 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1940 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
2040 SDValue Inc = N->getOperand(2); local
[all...]
H A DARMISelLowering.cpp8256 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); local
8257 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
8279 Ops.push_back(Inc);
/external/clang/lib/Sema/
H A DSemaStmt.cpp1696 /*BeginEndDecl=*/0, /*Cond=*/0, /*Inc=*/0, DS,
1808 Expr *Inc, Stmt *LoopVarDecl,
1820 ExprResult NotEqExpr = Cond, IncrExpr = Inc;
1806 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, bool ShouldTryDeref) argument
H A DTreeTransform.h1117 VarDecl *CondVar, Sema::FullExprArg Inc,
1120 CondVar, Inc, RParenLoc, Body);
1329 Expr *Cond, Expr *Inc,
1333 Cond, Inc, LoopVar, RParenLoc, false);
5413 ExprResult Inc = getDerived().TransformExpr(S->getInc());
5414 if (Inc.isInvalid())
5417 Sema::FullExprArg FullInc(getSema().MakeFullExpr(Inc.get()));
5429 Inc.get() == S->getInc() &&
5873 ExprResult Inc = getDerived().TransformExpr(S->getInc()); local
5874 if (Inc
1115 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::FullExprArg Cond, VarDecl *CondVar, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument
1326 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument
[all...]

Completed in 1253 milliseconds