Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp39 void reportOOB(CheckerContext &C, ProgramStateRef errorState, OOB_Kind kind,
169 reportOOB(checkerContext, state_precedesLowerBound, OOB_Precedes); in checkLocation()
210 reportOOB(checkerContext, state_exceedsUpperBound, OOB_Tainted, in checkLocation()
218 reportOOB(checkerContext, state_exceedsUpperBound, OOB_Excedes); in checkLocation()
230 void ArrayBoundCheckerV2::reportOOB( in reportOOB() function in ArrayBoundCheckerV2