Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp334 void emitOutOfBoundsBug(CheckerContext &C, ProgramStateRef State,
588 emitOutOfBoundsBug(C, StOutBound, Buffer.Expression, Message); in CheckLocation()
838 void CStringChecker::emitOutOfBoundsBug(CheckerContext &C, in emitOutOfBoundsBug() function in CStringChecker