Lines Matching refs:Msg
86 BugReportPtr createBugReport(StringRef ShortMsg, StringRef Msg) const;
188 std::string Msg = formatv( in checkOvershift() local
192 return createBugReport(ShortMsg, Msg); in checkOvershift()
218 std::string Msg = formatv("The result of {0} shift is undefined " in checkOperandNegative() local
224 return createBugReport(ShortMsg, Msg); in checkOperandNegative()
272 std::string ShortMsg, Msg; in checkLeftShiftOverflow() local
282 Msg = formatv( in checkLeftShiftOverflow()
289 Msg = formatv( in checkLeftShiftOverflow()
294 return createBugReport(ShortMsg, Msg); in checkLeftShiftOverflow()
326 const std::string Msg(Out.str()); in createNoteTag() local
328 return Ctx.getNoteTag(Msg, /*isPrunable=*/true); in createNoteTag()
332 BitwiseShiftValidator::createBugReport(StringRef ShortMsg, StringRef Msg) const { in createBugReport()
336 std::make_unique<PathSensitiveBugReport>(BT, ShortMsg, Msg, ErrNode); in createBugReport()