Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DReturnPointerRangeChecker.cpp62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkPreStmt() local
DArrayBoundChecker.cpp62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true); in checkLocation() local
DObjCContainersChecker.cpp138 ProgramStateRef StInBound = State->assumeInBound(Idx, *Size, true, T); in checkPreStmt() local
DCStringChecker.cpp305 ProgramStateRef StInBound = state->assumeInBound(Idx, Size, true); in CheckLocation() local
888 ProgramStateRef StInBound = state->assumeInBound(Idx, ExtentSize, true); in IsFirstBufInBound() local