Home
last modified time | relevance | path

Searched refs:createBugReport (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp88 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