Searched refs:StInBound (Results 1 – 4 of 4) sorted by relevance
61 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkLocation() local63 if (StOutBound && !StInBound) { in checkLocation()87 C.addTransition(StInBound); in checkLocation()
61 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkPreStmt() local63 if (StOutBound && !StInBound) { in checkPreStmt()
140 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); in checkPreStmt() local142 if (StOutBound && !StInBound) { in checkPreStmt()
296 ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true); in CheckLocation() local298 if (StOutBound && !StInBound) { in CheckLocation()336 return StInBound; in CheckLocation()