Searched refs:ProcessLoopExit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h277 void ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp654 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred);
799 void ExprEngine::ProcessLoopExit(const Stmt* S, ExplodedNode *Pred) { function in class:ExprEngine

Completed in 257 milliseconds