Searched defs:Message (Results 26 - 50 of 98) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp147 std::string Message; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp266 void MismatchedIteratorChecker::reportBug(const StringRef &Message, argument
278 void MismatchedIteratorChecker::reportBug(const StringRef &Message, argument
H A DIteratorRangeChecker.cpp183 void IteratorRangeChecker::reportBug(const StringRef &Message, argument
H A DIdenticalExprChecker.cpp63 StringRef Message; local
256 StringRef Message; local
H A DPthreadLockChecker.cpp388 StringRef Message; local
428 StringRef Message; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp185 void setAbortMessage(const char *Message) {} argument
H A Dlinux.cpp164 void setAbortMessage(const char *Message) { argument
H A Dreport.cpp34 ScopedString Message; member in class:scudo::ScopedErrorReport
53 void NORETURN reportError(const char *Message) { argument
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslxref.c465 UINT8 Message = 0; local
H A Daslerror.c951 AslLogNewError( UINT8 Level, UINT16 MessageId, UINT32 LineNumber, UINT32 LogicalLineNumber, UINT32 LogicalByteOffset, UINT32 Column, char *Filename, char *Message, char *SourceLine, ASL_ERROR_MSG *SubError) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h151 struct Message { struct in struct:clang::ast_matchers::dynamic::Diagnostics::ErrorContent
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h100 visitDiagnosticRecord(unsigned Severity, const Location &Location, unsigned Category, unsigned Flag, StringRef Message) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp166 printMessageToStream(const Diagnostics::ErrorContent::Message &Message, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp27 std::string &Message = *static_cast<std::string *>(Ctx); local
178 Error YAMLRemarkParser::error(StringRef Message, yaml::Node &Node) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h236 OS << Message << "\n"; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp57 LLVM_ATTRIBUTE_NORETURN void error(Twine Message) { argument
58 WithColor::error(errs(), ToolName) << Message << "\n"; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp137 inline llvm::Error make_string_error(const llvm::Twine &Message) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp149 void DiagnosticRenderer::emitBasicNote(StringRef Message) { argument
151 Message, None, DiagOrStoredDiag()); local
87 emitDiagnostic(FullSourceLoc Loc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> FixItHints, DiagOrStoredDiag D) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp59 bool emitError(const Twine &Message) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h268 std::string Message, LineContents; member in class:llvm::SMDiagnostic
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp19 static Error reportError(StringRef Message) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp181 static void RenderText(InternalScopedString *Buffer, const char *Message, argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp110 static void error(const Twine &Message, StringRef File) { argument
112 WithColor::error(errs(), ToolName) << "'" << File << "': " << Message << "\n"; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h358 std::string Message; member in struct:clang::Module::UnresolvedConflict
371 std::string Message; member in struct:clang::Module::Conflict
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h244 const char *Message; member in struct:clang::sema::DelayedDiagnostic::AD

Completed in 419 milliseconds

1234