Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h100 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 DSymbolRemappingReader.h71 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 DDiagnosticRenderer.cpp89 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 DTestModuleFileExtension.cpp35 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 DDiagnostics.h156 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 Dutilities_fuchsia.cpp15 void die(const char *Message) { in die()
H A Dutilities_posix.cpp20 void die(const char *Message) { in die()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dutilities.h21 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 DDiagnostic.h54 std::string Message; member
88 DiagnosticMessage Message; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h160 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 DPrettyStackTrace.h29 const char *Message; variable
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/sys/contrib/dev/acpica/components/utilities/
H A Duterror.c343 const char *Message; in AcpiUtPrefixedNamespaceError() local
480 const char *Message, in AcpiUtMethodError()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp44 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 DPrettyDeclStackTrace.h34 const char *Message; variable
/freebsd-13.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsdebug.c189 const char *Message) in AcpiDsPrintNodePathname()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h30 std::string Message; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp278 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 DStandaloneExecution.cpp15 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 DClangRepl.cpp35 static void LLVMErrorHandler(void *UserData, const std::string &Message, in LLVMErrorHandler()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp78 static Error reportError(StringRef Message) { in reportError()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h38 YAMLParseError(StringRef Message) : Message(std::string(Message)) {} in YAMLParseError()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp34 ScopedString Message; member in scudo::ScopedErrorReport
53 void NORETURN reportError(const char *Message) { in reportError()

123456