Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp242 static std::string getShortMsg(OOB_Kind Kind, std::string RegName) { in getShortMsg() function
258 return {getShortMsg(OOB_Precedes, RegName), std::string(Buf)}; in getPrecedesMsgs()
310 return {getShortMsg(OOB_Exceeds, RegName), std::string(Buf)}; in getExceedsMsgs()