Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp278 const char *warningMsg) const { in CheckLocation()
314 if (warningMsg) { in CheckLocation()
315 emitOutOfBoundsBug(C, StOutBound, S, warningMsg); in CheckLocation()
1830 const char * const warningMsg = in evalStrcpyCommon() local
1832 state = CheckLocation(C, state, Dst, lastElement, warningMsg); in evalStrcpyCommon()