Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopUnrolling.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()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDLoopUnrolling.h38 ExplodedNode* Pred, unsigned maxVisitOnPath);