Home
last modified time | relevance | path

Searched defs:ShortMsg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp184 std::string ShortMsg = formatv( in checkOvershift() local
214 std::string ShortMsg = formatv("{0} operand is negative in {1} shift", in checkOperandNegative() local
272 std::string ShortMsg, Msg; in checkLeftShiftOverflow() local
332 BitwiseShiftValidator::createBugReport(StringRef ShortMsg, StringRef Msg) const { in createBugReport()