Searched defs:StInBound (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundChecker.cpp | 61 ProgramStateRef StInBound = state->assumeInBound(Idx, ElementCount, true); in checkLocation() local
|
H A D | ReturnPointerRangeChecker.cpp | 66 ProgramStateRef StInBound = state->assumeInBound(Idx, ElementCount, true); in checkPreStmt() local
|
H A D | UndefResultChecker.cpp | 56 ProgramStateRef StInBound = state->assumeInBound(Idx, ElementCount, true); in isArrayIndexOutOfBounds() local
|
H A D | ObjCContainersChecker.cpp | 140 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); in checkPreStmt() local
|
H A D | CStringChecker.cpp | 354 ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true); in CheckLocation() local 931 ProgramStateRef StInBound = state->assumeInBound(Idx, SizeDV, true); in IsFirstBufInBound() local
|