Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp154 ProgramStateRef state_exceedsUpperBound, state_withinUpperBound; in checkLocation() local
155 std::tie(state_exceedsUpperBound, state_withinUpperBound) = in checkLocation()
159 if (state_exceedsUpperBound && state_withinUpperBound) { in checkLocation()
167 assert(!state_withinUpperBound); in checkLocation()
172 assert(state_withinUpperBound); in checkLocation()
173 state = state_withinUpperBound; in checkLocation()