Home
last modified time | relevance | path

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

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