Searched refs:getLoopStmt (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp47 const Stmt *getLoopStmt() const { return LoopStmt; } function in struct:LoopState
77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt)
270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() &&
H A DExprEngine.cpp654 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp98 << castAs<LoopExit>().getLoopStmt()->getStmtClassName() << '\"';
H A DCFG.cpp5551 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n";
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h718 const Stmt *getLoopStmt() const { function in class:clang::LoopExit
H A DCFG.h275 const Stmt *getLoopStmt() const { function in class:clang::CFGLoopExit
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h184 SourceLocation getBeginLoc() const { return getLoopStmt()->getBeginLoc(); }
185 SourceLocation getEndLoc() const { return getLoopStmt()->getEndLoc(); }
199 Stmt *getLoopStmt() { return SubStmts[LOOP_STMT]; } function in class:clang::OMPCanonicalLoop
200 const Stmt *getLoopStmt() const { return SubStmts[LOOP_STMT]; } function in class:clang::OMPCanonicalLoop
H A DRecursiveASTVisitor.h2808 TRY_TO(TraverseStmt(S->getLoopStmt()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp96 S = CanonLoop->getLoopStmt();
133 CurStmt = CanonLoop->getLoopStmt();
169 Body = CanonLoop->getLoopStmt();
H A DStmtPrinter.cpp639 PrintStmt(Node->getLoopStmt());
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1827 SimplifiedS = CanonLoop->getLoopStmt();
1956 const Stmt *SyntacticalLoop = S->getLoopStmt();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8413 return getDerived().TransformStmt(L->getLoopStmt());
H A DSemaOpenMP.cpp8561 S = CanonLoop->getLoopStmt();

Completed in 294 milliseconds