Searched defs:Message (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h34 const char *Message; member in class:clang::PrettyDeclStackTraceEntry
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h29 const char *Message; member in class:clang::PrettyStackTraceLoc
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp67 static Error reportError(StringRef Message) { argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsdebug.c187 AcpiDsPrintNodePathname( ACPI_NAMESPACE_NODE *Node, const char *Message) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp20 DiagnosticMessage::DiagnosticMessage(llvm::StringRef Message) argument
23 DiagnosticMessage::DiagnosticMessage(llvm::StringRef Message, argument
42 Diagnostic(llvm::StringRef DiagnosticName, const DiagnosticMessage &Message, const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, llvm::StringRef BuildDirectory) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h71 SymbolRemappingParseError(StringRef File, int64_t Line, Twine Message) argument
75 OS << File << ':' << Line << ": " << Message; variable
90 std::string Message; member in class:llvm::SymbolRemappingParseError
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp60 static void LLVMErrorHandler(void *UserData, const std::string &Message, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp80 void InvalidatedIteratorChecker::reportBug(const StringRef &Message, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp44 std::string Message; local
90 std::string Message; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h42 std::string Message; member in struct:clang::tooling::DiagnosticMessage
71 DiagnosticMessage Message; member in struct:clang::tooling::Diagnostic
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h69 clang::tooling::DiagnosticMessage Message; member in class:llvm::yaml::MappingTraits::NormalizedDiagnostic
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h29 std::string Message; member in class:llvm::mca::InstructionError
35 void log(raw_ostream &OS) const override { OS << Message; } variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h38 YAMLParseError(StringRef Message) : Message(Message) {} argument
40 void log(raw_ostream &OS) const override { OS << Message; } variable
46 std::string Message; member in class:llvm::remarks::YAMLParseError
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp15 static llvm::Error make_string_error(const llvm::Twine &Message) { argument
H A DAllTUsExecution.cpp21 llvm::Error make_string_error(const llvm::Twine &Message) { argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Duterror.c343 const char *Message; local
477 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslxrefout.c209 OtPrintHeaders( char *Message) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h24 std::string Message; member in struct:clang::LogDiagnosticPrinter::DiagEntry
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp46 char Message[256]; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp33 SmallString<64> Message; local
76 StringRef Message = Blob.substr(0, Record[0]); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp33 static Error invalidArgumentError(Twine Message) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp45 static void warn(Twine Message, Twine Whence = "", argument
56 static void exitWithError(Twine Message, Twine Whence = "", argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsutils.c183 AcpiNsPrintNodePathname( ACPI_NAMESPACE_NODE *Node, const char *Message) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp36 OS << Message << '\n'; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.h86 struct Message { struct in class:lldb_private::process_darwin::MachException
91 Message() : state() { function in struct:lldb_private::process_darwin::MachException::Message

Completed in 217 milliseconds

1234