Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp38 void reportOOB(CheckerContext &C, ProgramStateRef errorState, OOB_Kind kind,
231 CheckerContext &checkerContext, ProgramStateRef errorState, OOB_Kind kind, in reportOOB() argument
234 ExplodedNode *errorNode = checkerContext.generateErrorNode(errorState); in reportOOB()