Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp86 BugReportPtr createBugReport(StringRef ShortMsg, StringRef Msg) const;
184 std::string ShortMsg = formatv( in checkOvershift() local
192 return createBugReport(ShortMsg, Msg); in checkOvershift()
214 std::string ShortMsg = formatv("{0} operand is negative in {1} shift", in checkOperandNegative() local
224 return createBugReport(ShortMsg, Msg); in checkOperandNegative()
272 std::string ShortMsg, Msg; in checkLeftShiftOverflow() local
279 ShortMsg = formatv( in checkLeftShiftOverflow()
287 ShortMsg = formatv("Left shift of '{0}' overflows the capacity of '{1}'", in checkLeftShiftOverflow()
294 return createBugReport(ShortMsg, Msg); in checkLeftShiftOverflow()
332 BitwiseShiftValidator::createBugReport(StringRef ShortMsg, StringRef Msg) const { in createBugReport() argument
[all …]