Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h42 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp78 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd() function
H A DExprEngine.cpp1149 NewState = processLoopEnd(S, NewState); in ProcessLoopExit()