Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkLocation() local
64 if (StOutBound && !StInBound) { in checkLocation()
88 C.addTransition(StInBound); in checkLocation()
DReturnPointerRangeChecker.cpp62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkPreStmt() local
64 if (StOutBound && !StInBound) { in checkPreStmt()
DObjCContainersChecker.cpp139 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); in checkPreStmt() local
141 if (StOutBound && !StInBound) { in checkPreStmt()
DCStringChecker.cpp301 ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true); in CheckLocation() local
303 if (StOutBound && !StInBound) { in CheckLocation()
342 return StInBound; in CheckLocation()
884 ProgramStateRef StInBound = state->assumeInBound(Idx, ExtentSize, true); in IsFirstBufInBound() local
886 return static_cast<bool>(StInBound); in IsFirstBufInBound()