Home | History | Annotate | Download | only in Checkers

Lines Matching refs:StInBound

292   ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true);
294 if (StOutBound && !StInBound) {
333 return StInBound;