Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h43 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State);
/freebsd-13.1/contrib/llvm-project/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()