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

/freebsd-10-stable/contrib/llvm/tools/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.cpp133 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); local
135 if (StOutBound && !StInBound) {
H A DCStringChecker.cpp289 ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true); local
291 if (StOutBound && !StInBound) {
329 return StInBound;

Completed in 55 milliseconds