Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp321 ExplodedNode *Pred, unsigned maxVisitOnPath) { in updateLoopStack() argument
334 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
341 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
350 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DLoopUnrolling.h38 ExplodedNode* Pred, unsigned maxVisitOnPath);