Searched refs:createBugReport (Results 1 – 1 of 1) sorted by relevance
88 BugReportPtr createBugReport(StringRef ShortMsg, StringRef Msg) const;193 return createBugReport(ShortMsg, Msg); in checkOvershift()225 return createBugReport(ShortMsg, Msg); in checkOperandNegative()295 return createBugReport(ShortMsg, Msg); in checkLeftShiftOverflow()333 BitwiseShiftValidator::createBugReport(StringRef ShortMsg, StringRef Msg) const { in createBugReport() function in __anon760d32cd0111::BitwiseShiftValidator