HomeSort by: relevance | last modified time | path
    Searched refs:CFGLoopExit (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 271 class CFGLoopExit : public CFGElement {
273 explicit CFGLoopExit(const Stmt *stmt) : CFGElement(LoopExit, stmt) {}
282 CFGLoopExit() = default;
1159 Elements.push_back(CFGLoopExit(LoopStmt), C);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 654 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 5551 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() << " (LoopExit)\n";

Completed in 22 milliseconds