Lines Matching refs:Msg
88 BugReportPtr createBugReport(StringRef ShortMsg, StringRef Msg) const;
189 std::string Msg = formatv( in checkOvershift() local
193 return createBugReport(ShortMsg, Msg); in checkOvershift()
219 std::string Msg = formatv("The result of {0} shift is undefined " in checkOperandNegative() local
225 return createBugReport(ShortMsg, Msg); in checkOperandNegative()
273 std::string ShortMsg, Msg; in checkLeftShiftOverflow() local
283 Msg = formatv( in checkLeftShiftOverflow()
290 Msg = formatv( in checkLeftShiftOverflow()
295 return createBugReport(ShortMsg, Msg); in checkLeftShiftOverflow()
327 const std::string Msg(Out.str()); in createNoteTag() local
329 return Ctx.getNoteTag(Msg, /*isPrunable=*/true); in createNoteTag()
333 BitwiseShiftValidator::createBugReport(StringRef ShortMsg, StringRef Msg) const { in createBugReport()
337 std::make_unique<PathSensitiveBugReport>(BT, ShortMsg, Msg, ErrNode); in createBugReport()