| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-message.h | 100 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function 105 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SymbolRemappingReader.h | 71 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError() 90 std::string Message; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 89 StringRef Message, in emitDiagnostic() 149 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() 447 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() local 585 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 603 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local 614 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local 628 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
|
| /freebsd-13.1/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;
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 54 std::string Message; member 88 DiagnosticMessage Message; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InlineCost.h | 160 const char *Message = nullptr; variable 161 InlineResult(const char *Message = nullptr) : Message(Message) {} in Message() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PrettyStackTrace.h | 29 const char *Message; variable
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uterror.c | 343 const char *Message; in AcpiUtPrefixedNamespaceError() local 480 const char *Message, in AcpiUtMethodError()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 44 std::string Message; in LLVMParseBitcodeInContext() local 90 std::string Message; in LLVMGetBitcodeModuleInContext() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PrettyDeclStackTrace.h | 34 const char *Message; variable
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsdebug.c | 189 const char *Message) in AcpiDsPrintNodePathname()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Support.h | 30 std::string Message; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 278 void MismatchedIteratorChecker::reportBug(const StringRef &Message, in reportBug() 290 void MismatchedIteratorChecker::reportBug(const StringRef &Message, in reportBug()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | StandaloneExecution.cpp | 15 static llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/clang-repl/ |
| H A D | ClangRepl.cpp | 35 static void LLVMErrorHandler(void *UserData, const std::string &Message, in LLVMErrorHandler()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/ |
| H A D | llvm-bcanalyzer.cpp | 78 static Error reportError(StringRef Message) { in reportError()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.h | 38 YAMLParseError(StringRef Message) : Message(std::string(Message)) {} in YAMLParseError()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 34 ScopedString Message; member in scudo::ScopedErrorReport 53 void NORETURN reportError(const char *Message) { in reportError()
|