Home
last modified time | relevance | path

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

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