Home
last modified time | relevance | path

Searched refs:getLoopStmt (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopUnrolling.cpp47 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function
77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()
260 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
HDExprEngine.cpp654 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDProgramPoint.cpp97 << castAs<LoopExit>().getLoopStmt()->getStmtClassName() << '\"'; in printJson()
HDCFG.cpp5526 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n"; in print_elem()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDProgramPoint.h718 const Stmt *getLoopStmt() const { in getLoopStmt() function
HDCFG.h275 const Stmt *getLoopStmt() const { in getLoopStmt() function