Home
last modified time | relevance | path

Searched refs:maxVisitOnPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp251 ExplodedNode *Pred, unsigned maxVisitOnPath) { in updateLoopStack() argument
264 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
271 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
280 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h41 ExplodedNode* Pred, unsigned maxVisitOnPath);