Home | History | Annotate | Download | only in Checkers

Lines Matching refs:StOutBound

289   ProgramStateRef StOutBound = state->assumeInBound(Idx, Size, false);
290 if (StOutBound && !StInBound) {
291 ExplodedNode *N = C.generateSink(StOutBound);