Home | History | Annotate | Download | only in Checkers

Lines Matching refs:assumeInBound

292   ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true);
293 ProgramStateRef StOutBound = state->assumeInBound(Idx, Size, false);