Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h43 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp75 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd() function
H A DExprEngine.cpp809 NewState = processLoopEnd(S, NewState); in ProcessLoopExit()