Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp36 void reportOOB(CheckerContext &C, ProgramStateRef errorState, OOB_Kind kind,
230 CheckerContext &checkerContext, ProgramStateRef errorState, OOB_Kind kind, in reportOOB() argument
233 ExplodedNode *errorNode = checkerContext.generateErrorNode(errorState); in reportOOB()