Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp47 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function
77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()
270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
DExprEngine.cpp654 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
/external/llvm-project/clang/lib/Analysis/
DProgramPoint.cpp98 << castAs<LoopExit>().getLoopStmt()->getStmtClassName() << '\"'; in printJson()
DCFG.cpp5545 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n"; in print_elem()
/external/llvm-project/clang/include/clang/Analysis/
DProgramPoint.h718 const Stmt *getLoopStmt() const { in getLoopStmt() function
DCFG.h275 const Stmt *getLoopStmt() const { in getLoopStmt() function