Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DCFG.h271 class CFGLoopExit : public CFGElement {
273 explicit CFGLoopExit(const Stmt *stmt) : CFGElement(LoopExit, stmt) {} in CFGLoopExit() function
282 CFGLoopExit() = default;
1159 Elements.push_back(CFGLoopExit(LoopStmt), C); in appendLoopExit()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp654 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5545 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n"; in print_elem()