Searched refs:state_withinUpperBound (Results 1 – 1 of 1) sorted by relevance
201 ProgramStateRef state_exceedsUpperBound, state_withinUpperBound; in checkLocation() local202 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()