Searched refs:StInBound (Results 1 – 4 of 4) sorted by relevance
62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkLocation() local64 if (StOutBound && !StInBound) { in checkLocation()89 C.addTransition(StInBound); in checkLocation()
62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkPreStmt() local64 if (StOutBound && !StInBound) { in checkPreStmt()
133 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); in checkPreStmt() local135 if (StOutBound && !StInBound) { in checkPreStmt()
292 ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true); in CheckLocation() local294 if (StOutBound && !StInBound) { in CheckLocation()333 return StInBound; in CheckLocation()