HomeSort by: relevance | last modified time | path
    Searched refs:getInc (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 167 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
183 const Expr *getInc() const {
Stmt.h 2538 Expr *getInc() { return reinterpret_cast<Expr*>(SubExprs[INC]); }
2543 const Expr *getInc() const { return reinterpret_cast<Expr*>(SubExprs[INC]); }
StmtOpenMP.h 1248 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 551 if (S->getInc()) {
553 CountMap[S->getInc()] = IncCount;
554 Visit(S->getInc());
590 CountMap[S->getInc()] = IncCount;
591 Visit(S->getInc());
CGStmt.cpp 989 if (!S.getInc())
1003 Continue = S.getInc() ? getJumpDestInCurrentScope("for.inc") : CondDest;
1047 if (S.getInc()) {
1049 EmitStmt(S.getInc());
1135 EmitStmt(S.getInc());
CoverageMappingGen.cpp 1155 if (S->getInc())
1170 if (const Stmt *Inc = S->getInc()) {
CGStmtOpenMP.cpp 2539 S, LoopScope.requiresCleanups(), S.getCond(), S.getInc(),
2798 OuterLoopArgs.IncExpr = S.getInc();
2837 IncExpr = S.getInc();
3004 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
3225 StaticChunkedOne ? S.getDistInc() : S.getInc(),
5270 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
6103 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
6149 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
6194 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
6216 CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 385 if (!isIdenticalStmt(Ctx, ForStmt1->getInc(), ForStmt2->getInc(),
CheckSecuritySyntaxOnly.cpp 273 const Expr *increment = FS->getInc();
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.cpp 281 mark(S->getInc());
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ReachableCode.cpp 638 const Expr *Inc = FS->getInc();
CFG.cpp 3384 if (Stmt *I = F->getInc()) {
4460 Succ = addStmt(S->getInc());
5261 if (F->getInc())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 1049 if (isContainedByStmt(PM, FR->getInc(), S))
1058 if (isContainedByStmt(PM, FS->getInc(), S))
1399 return FS->getInc() == S || FS->getInit() == S;
1401 return FRS->getInc() == S || FRS->getRangeStmt() == S ||
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 326 if (Node->getInc()) {
328 PrintExpr(Node->getInc());
ExprConstant.cpp 5075 if (const auto *Inc = FS->getInc()) {
5282 if (const auto *Inc = FS->getInc()) {
5367 if (FS->getInc()->isValueDependent()) {
5368 if (!EvaluateDependentExpr(FS->getInc(), Info))
5372 if (!EvaluateIgnoredValue(Info, FS->getInc()))
ASTImporter.cpp 6291 auto ToInc = importChecked(Err, S->getInc());
6401 auto ToInc = importChecked(Err, S->getInc());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 222 Record.AddStmt(S->getInc());
1545 Record.AddStmt(S->getInc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7497 ExprResult Inc = getDerived().TransformExpr(S->getInc());
7502 if (S->getInc() && !FullInc.get())
7513 Inc.get() == S->getInc() &&
8176 ExprResult Inc = getDerived().TransformExpr(S->getInc());
8193 Inc.get() != S->getInc() ||
SemaOpenMP.cpp 5440 Inc = For->getInc();
5447 Inc = RangeFor->getInc();
8633 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc());
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 2077 const Stmt *const Increment = Node.getInc();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2735 AddStmt(FS->getInc());

Completed in 100 milliseconds