Home
last modified time | relevance | path

Searched defs:StOutBound (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp62 ProgramStateRef StOutBound = state->assumeInBound(Idx, ElementCount, false); in checkLocation() local
H A DReturnPointerRangeChecker.cpp67 ProgramStateRef StOutBound = state->assumeInBound(Idx, ElementCount, false); in checkPreStmt() local
H A DUndefResultChecker.cpp57 ProgramStateRef StOutBound = state->assumeInBound(Idx, ElementCount, false); in isArrayIndexOutOfBounds() local
H A DObjCContainersChecker.cpp141 ProgramStateRef StOutBound = State->assumeInBound(Idx, *Size, false, T); in checkPreStmt() local
H A DCStringChecker.cpp355 ProgramStateRef StOutBound = state->assumeInBound(Idx, Size, false); in CheckLocation() local