Searched refs:StInBound (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp61 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); local
63 if (StOutBound && !StInBound) {
87 C.addTransition(StInBound);
H A DReturnPointerRangeChecker.cpp61 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); local
63 if (StOutBound && !StInBound) {
H A DObjCContainersChecker.cpp140 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); local
142 if (StOutBound && !StInBound) {
H A DCStringChecker.cpp296 ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true); local
298 if (StOutBound && !StInBound) {
336 return StInBound;

Completed in 71 milliseconds