Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h335 std::optional<unsigned> IterationsCompletedInLoop);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2816 std::optional<unsigned> IterationsCompletedInLoop) { in processBranch() argument
2884 bool CompletedTwoIterations = IterationsCompletedInLoop.value_or(0) >= 2; in processBranch()
2929 bool BeforeFirstIteration = IterationsCompletedInLoop == std::optional{0}; in processBranch()