Lines Matching defs:ShortMsg
88 BugReportPtr createBugReport(StringRef ShortMsg, StringRef Msg) const;
186 std::string ShortMsg = formatv(
194 return createBugReport(ShortMsg, Msg);
216 std::string ShortMsg = formatv("{0} operand is negative in {1} shift",
226 return createBugReport(ShortMsg, Msg);
274 std::string ShortMsg, Msg;
281 ShortMsg = formatv(
289 ShortMsg = formatv("Left shift of '{0}' overflows the capacity of '{1}'",
296 return createBugReport(ShortMsg, Msg);
334 BitwiseShiftValidator::createBugReport(StringRef ShortMsg, StringRef Msg) const {
338 std::make_unique<PathSensitiveBugReport>(BT, ShortMsg, Msg, ErrNode);