Searched refs:StInBound (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundChecker.cpp | 62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkLocation() local 64 if (StOutBound && !StInBound) { in checkLocation() 88 C.addTransition(StInBound); in checkLocation()
|
D | ReturnPointerRangeChecker.cpp | 62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkPreStmt() local 64 if (StOutBound && !StInBound) { in checkPreStmt()
|
D | ObjCContainersChecker.cpp | 138 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); in checkPreStmt() local 140 if (StOutBound && !StInBound) { in checkPreStmt()
|
D | CStringChecker.cpp | 305 ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true); in CheckLocation() local 307 if (StOutBound && !StInBound) { in CheckLocation() 346 return StInBound; in CheckLocation() 888 ProgramStateRef StInBound = state->assumeInBound(Idx, ExtentSize, true); in IsFirstBufInBound() local 890 return static_cast<bool>(StInBound); in IsFirstBufInBound()
|