Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 25 of 157) sorted by relevance

1234567

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h87 struct Message { struct
88 MachMessage exc_msg; argument
89 MachMessage reply_msg; argument
92 Message() : state() { in Message() argument
103 typedef std::vector<Message> collection; argument
104 typedef collection::iterator iterator;
105 typedef collection::const_iterator const_iterator;
H A DGenealogy.h45 struct Message { struct
57 typedef std::vector<Message> MessageList; argument
/openbsd-src/gnu/llvm/clang/lib/Tooling/Core/
H A DDiagnostic.cpp21 DiagnosticMessage::DiagnosticMessage(llvm::StringRef Message) in DiagnosticMessage()
24 DiagnosticMessage::DiagnosticMessage(llvm::StringRef Message, in DiagnosticMessage()
54 const DiagnosticMessage &Message, in Diagnostic()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp88 StringRef Message, in emitDiagnostic()
148 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote()
446 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() local
584 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local
602 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local
613 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local
627 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
H A DTestModuleFileExtension.cpp35 SmallString<64> Message; in writeExtensionContents() local
78 StringRef Message = Blob.substr(0, Record[0]); in Reader() local
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h156 struct Message { struct
157 SourceRange Range;
158 ErrorType Type;
159 std::vector<std::string> Args;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
91 std::string Message; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp273 std::string Message; in getMessageForReplacedAcceleratorTables() local
298 std::string Message; in getMessageForDeletedAcceleratorTables() local
329 auto ReportErr = [&](const Twine &Message, StringRef Context, in linkDebugInfo()
330 const DWARFDie *) { in linkDebugInfo()
H A DError.h36 inline void verbose(const Twine &Message, bool Verbose) { in verbose()
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp221 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h180 const char *Message = nullptr; variable
181 InlineResult(const char *Message = nullptr) : Message(Message) {} in Message() argument
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/
H A DDiagnostic.h54 std::string Message; member
88 DiagnosticMessage Message; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp56 static void warn(Twine Message, Twine Whence = "", in warn()
67 static void exitWithError(Twine Message, Twine Whence = "", in exitWithError()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp43 std::string Message; in LLVMParseBitcodeInContext() local
89 std::string Message; in LLVMGetBitcodeModuleInContext() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/
H A Dutilities_fuchsia.cpp15 void die(const char *Message) { in die()
H A Dutilities_posix.cpp20 void die(const char *Message) { in die()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c28 char *Message; in llvm_parse_ir() local
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DPrettyStackTrace.h29 const char *Message; variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp280 void MismatchedIteratorChecker::reportBug(const StringRef &Message, in reportBug()
292 void MismatchedIteratorChecker::reportBug(const StringRef &Message, in reportBug()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h33 const char *Message; variable
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/
H A Danalysis_ocaml.c30 char *Message; in llvm_verify_module() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Doptions.cpp16 static char Message[1024]; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DSupport.h30 std::string Message; variable
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp41 std::string Message; member in __anon0c10e8160111::CXDiagnosticCustomNoteImpl
111 DiagnosticsEngine::Level Level, StringRef Message, in emitDiagnosticMessage()
134 void emitNote(FullSourceLoc Loc, StringRef Message) override { in emitNote()

1234567