Searched refs:createBugReport (Results 1 – 1 of 1) sorted by relevance
86 BugReportPtr createBugReport(StringRef ShortMsg, StringRef Msg) const;192 return createBugReport(ShortMsg, Msg); in checkOvershift()224 return createBugReport(ShortMsg, Msg); in checkOperandNegative()294 return createBugReport(ShortMsg, Msg); in checkLeftShiftOverflow()332 BitwiseShiftValidator::createBugReport(StringRef ShortMsg, StringRef Msg) const { in createBugReport() function in __anon1c4322b80111::BitwiseShiftValidator