Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp301 ExplodedNode *Pred, unsigned maxVisitOnPath) { in updateLoopStack() argument
314 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
321 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
330 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h38 ExplodedNode* Pred, unsigned maxVisitOnPath);