Searched defs:StOutBound (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundChecker.cpp | 62 ProgramStateRef StOutBound = state->assumeInBound(Idx, ElementCount, false); in checkLocation() local
|
H A D | ReturnPointerRangeChecker.cpp | 67 ProgramStateRef StOutBound = state->assumeInBound(Idx, ElementCount, false); in checkPreStmt() local
|
H A D | UndefResultChecker.cpp | 57 ProgramStateRef StOutBound = state->assumeInBound(Idx, ElementCount, false); in isArrayIndexOutOfBounds() local
|
H A D | ObjCContainersChecker.cpp | 141 ProgramStateRef StOutBound = State->assumeInBound(Idx, *Size, false, T); in checkPreStmt() local
|
H A D | CStringChecker.cpp | 355 ProgramStateRef StOutBound = state->assumeInBound(Idx, Size, false); in CheckLocation() local
|