Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h273 class CFGLoopExit : public CFGElement {
275 explicit CFGLoopExit(const Stmt *stmt) : CFGElement(LoopExit, stmt) {} in CFGLoopExit() function
284 CFGLoopExit() = default;
1185 Elements.push_back(CFGLoopExit(LoopStmt), C); in appendLoopExit()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp993 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5854 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n"; in print_elem()