| /src/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Diagnostic.cpp | 21 DiagnosticMessage::DiagnosticMessage(llvm::StringRef Message) in DiagnosticMessage() 24 DiagnosticMessage::DiagnosticMessage(llvm::StringRef Message, in DiagnosticMessage() 54 const DiagnosticMessage &Message, in Diagnostic()
|
| /src/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-message.h | 112 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function 117 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SymbolRemappingReader.h | 72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError() 91 std::string Message; variable
|
| /src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.h | 156 struct Message { struct 157 SourceRange Range; 158 ErrorType Type; 159 std::vector<std::string> Args;
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 88 StringRef Message, in emitDiagnostic() 148 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() 446 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() local 582 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 600 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local 611 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local 625 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
|
| H A D | TestModuleFileExtension.cpp | 35 SmallString<64> Message; in writeExtensionContents() local 78 StringRef Message = Blob.substr(0, Record[0]); in Reader() local
|
| /src/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | utilities_fuchsia.cpp | 15 void die(const char *Message) { in die()
|
| H A D | utilities_posix.cpp | 20 void die(const char *Message) { in die()
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 54 std::string Message; member 88 DiagnosticMessage Message; member
|
| /src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Error.h | 35 inline void verbose(const Twine &Message, bool Verbose) { in verbose()
|
| H A D | DebugInfoLinker.cpp | 263 std::string Message; in getMessageForReplacedAcceleratorTables() local 288 std::string Message; in getMessageForDeletedAcceleratorTables() local 324 auto ReportErr = [&](const Twine &Message, StringRef Context, in linkDebugInfoImpl() 325 const DWARFDie *) { in linkDebugInfoImpl()
|
| /src/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | utilities.h | 21 GWP_ASAN_ALWAYS_INLINE void check(bool Condition, const char *Message) { in check()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InlineCost.h | 181 const char *Message = nullptr; variable 182 InlineResult(const char *Message = nullptr) : Message(Message) {} in Message() function
|
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 30 ScopedString Message; member in scudo::ScopedErrorReport 49 void NORETURN reportError(const char *Message) { in reportError() 55 void NORETURN reportRawError(const char *Message) { in reportRawError()
|
| /src/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, in createLLI() 353 static void lexCommand(const char *Argv0, std::string &Message, in lexCommand() 402 const char *Argv0, std::string &Message, in createCustomCompiler() 418 std::string &Message, in createCustomExecutor() 507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC() 592 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() 842 CC *CC::create(const char *Argv0, std::string &Message, in create()
|
| /src/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 56 static void warn(Twine Message, Twine Whence = "", in warn() 67 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PrettyStackTrace.h | 29 const char *Message; variable
|
| /src/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uterror.c | 343 const char *Message; in AcpiUtPrefixedNamespaceError() local 480 const char *Message, in AcpiUtMethodError()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 43 std::string Message; in LLVMParseBitcodeInContext() local 89 std::string Message; in LLVMGetBitcodeModuleInContext() local
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PrettyDeclStackTrace.h | 33 const char *Message; variable
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 115 PrettyStackTraceAnalysis(const AdornedCFG &ACFG, const char *Message) in PrettyStackTraceAnalysis() 128 const char *Message; member in clang::dataflow::__anon5599974f0211::PrettyStackTraceAnalysis 134 int ElementIdx, const char *Message) in PrettyStackTraceCFGElement() 151 const char *Message; member in clang::dataflow::__anon5599974f0211::PrettyStackTraceCFGElement
|
| /src/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsdebug.c | 189 const char *Message) in AcpiDsPrintNodePathname()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 269 void MismatchedIteratorChecker::reportBug(StringRef Message, SVal Val1, in reportBug() 279 void MismatchedIteratorChecker::reportBug(StringRef Message, SVal Val, in reportBug()
|
| /src/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Error.cpp | 159 void CheckAssert(SMLoc Loc, Init *Condition, Init *Message) { in CheckAssert() 174 void dumpMessage(SMLoc Loc, Init *Message) { in dumpMessage()
|
| /src/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Support.h | 30 std::string Message; variable
|