Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2884 bool CompletedTwoIterations = IterationsCompletedInLoop.value_or(0) >= 2; in processBranch() local
2885 bool SkipTrueBranch = BothFeasible && CompletedTwoIterations; in processBranch()