Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp201 ProgramStateRef state_exceedsUpperBound, state_withinUpperBound; in checkLocation() local
202 std::tie(state_exceedsUpperBound, state_withinUpperBound) = in checkLocation()
206 if (state_exceedsUpperBound && state_withinUpperBound) { in checkLocation()
216 assert(!state_withinUpperBound); in checkLocation()
221 assert(state_withinUpperBound); in checkLocation()
222 state = state_withinUpperBound; in checkLocation()