Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h45 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp76 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd() function
H A DExprEngine.cpp758 NewState = processLoopEnd(S, NewState); in ProcessLoopExit()