Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp266 void emitOutOfBoundsBug(CheckerContext &C, ProgramStateRef State,
399 emitOutOfBoundsBug(C, StOutBound, Buffer.Expression, Message); in CheckLocation()
648 void CStringChecker::emitOutOfBoundsBug(CheckerContext &C, in emitOutOfBoundsBug() function in CStringChecker