Searched defs:Message (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslerror.c994 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-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp466 StringRef Message = D.getMessage(); local
554 std::string Message = D.getMsgStr().str(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp735 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { argument
642 EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, DiagOrStoredDiag D) argument
671 emitDiagnosticMessage( FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, DiagOrStoredDiag D) argument
843 visitDiagnosticRecord( unsigned Severity, const serialized_diags::Location &Location, unsigned Category, unsigned Flag, StringRef Message) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp584 StringRef Message; local
630 StringRef Message; local
H A DStreamChecker.cpp361 std::string Message; member in struct:__anon2308::StreamChecker::NoteFn
H A DDynamicTypePropagation.cpp129 RuntimeType inferReceiverType(const ObjCMethodCall &Message, argument
H A DNullabilityChecker.cpp921 const ObjCMessageExpr *Message = M.getOriginExpr(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp211 void PlistPrinter::EmitMessage(raw_ostream &o, StringRef Message, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp181 std::string Message = getReplacementErrString(Err); local
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp547 static void LLVMErrorHandler(void *UserData, const std::string &Message, argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h146 const char *Message; member in class:__ubsan::Diag
208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h244 const char *Message; member in struct:clang::sema::DelayedDiagnostic::AD
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp183 bool MIRParserImpl::error(const Twine &Message) { argument
189 bool MIRParserImpl::error(SMLoc Loc, const Twine &Message) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, argument
353 static void lexCommand(const char *Argv0, std::string &Message, argument
401 createCustomCompiler( const char *Argv0, std::string &Message, const std::string &CompileCommandLine) argument
417 createCustomExecutor(const char *Argv0, std::string &Message, const std::string &ExecCommandLine) argument
507 createLLC(const char *Argv0, std::string &Message, const std::string &CCBinary, const std::vector<std::string> *Args, const std::vector<std::string> *CCArgs, bool UseIntegratedAssembler) argument
592 createJIT(const char *Argv0, std::string &Message, const std::vector<std::string> *Args) argument
842 create(const char *Argv0, std::string &Message, const std::string &CCBinary, const std::vector<std::string> *Args) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp166 static std::string getErrorString(const Twine &Message, StringRef Whence, argument
176 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { argument
182 void CodeCoverageTool::warning(const Twine &Message, StringRef Whence) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp168 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } local
175 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp427 void Input::setError(const Twine &Message) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp1096 SmallString<1024> Message; local
/freebsd-13-stable/stand/efi/include/Protocol/
H A DHttp.h298 EFI_HTTP_MESSAGE *Message; member in struct:__anon7932
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp679 inline llvm::Error make_string_error(const llvm::Twine &Message) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp536 std::string Message; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp63 ShouldDiagnoseAvailabilityOfDecl(Sema &S, const NamedDecl *D, std::string *Message, ObjCInterfaceDecl *ClassReceiver) argument
310 DoEmitAvailabilityWarning(Sema &S, AvailabilityResult K, Decl *Ctx, const NamedDecl *ReferringDecl, const NamedDecl *OffendingDecl, StringRef Message, ArrayRef<SourceLocation> Locs, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, bool ObjCPropertyAccess) argument
554 EmitAvailabilityWarning(Sema &S, AvailabilityResult AR, const NamedDecl *ReferringDecl, const NamedDecl *OffendingDecl, StringRef Message, ArrayRef<SourceLocation> Locs, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, bool ObjCPropertyAccess) argument
928 std::string Message; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h386 std::string Message; member in struct:clang::Module::UnresolvedConflict
399 std::string Message; member in struct:clang::Module::Conflict
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h101 std::string Message; member in struct:clang::ASTUnit::StandaloneDiagnostic
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1102 SmallString<64> Message; local
1091 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, StringRef Message) argument
1109 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, StringRef Message, FullSourceLoc Loc, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> FixIts) argument
[all...]

Completed in 402 milliseconds

12345