Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp93 std::string WarningMsg = (DiagOpts.ShouldDisplayDiagnosticName in FlushDiagnosticsImpl() local
99 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp289 StringRef WarningMsg) const;
291 const Stmt *S, StringRef WarningMsg) const;
293 const Stmt *S, StringRef WarningMsg) const;
636 const Stmt *S, StringRef WarningMsg) const { in emitNullArgBug()
644 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, WarningMsg, N); in emitNullArgBug()
674 StringRef WarningMsg) const { in emitOutOfBoundsBug()
688 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, WarningMsg, N); in emitOutOfBoundsBug()
696 StringRef WarningMsg) const { in emitNotCStringBug()
704 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug()
722 const char *WarningMsg = in emitAdditionOverflowBug() local
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp962 std::string WarningMsg = "Cannot parse mmap event: " + Line.str() + " \n"; in extractMMap2EventForBinary() local
963 WithColor::warning() << WarningMsg; in extractMMap2EventForBinary()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1722 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local
1723 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()