Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp63 ProgramStateRef StOutBound = state->assumeInBound(Idx, NumElements, false); in checkLocation() local
H A DReturnPointerRangeChecker.cpp63 ProgramStateRef StOutBound = state->assumeInBound(Idx, NumElements, false); in checkPreStmt() local
H A DObjCContainersChecker.cpp134 ProgramStateRef StOutBound = State->assumeInBound(Idx, *Size, false, T); in checkPreStmt() local
H A DCStringChecker.cpp293 ProgramStateRef StOutBound = state->assumeInBound(Idx, Size, false); in CheckLocation() local