Home
last modified time | relevance | path

Searched refs:CFGLoopExit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h274 class CFGLoopExit : public CFGElement {
276 explicit CFGLoopExit(const Stmt *stmt) : CFGElement(LoopExit, stmt) {} in CFGLoopExit() function
285 CFGLoopExit() = default;
1191 Elements.push_back(CFGLoopExit(LoopStmt), C); in appendLoopExit()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp99 return Elem->castAs<CFGLoopExit>().getLoopStmt(); in getStmt()
H A DExprEngine.cpp993 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5966 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() in print_elem()