Home
last modified time | relevance | path

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

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