Searched defs:Msg (Results 1 - 25 of 159) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h16 const Twine &Msg; member in class:llvm::LinkDiagnosticInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTypeSize.cpp22 void llvm::reportInvalidSizeRequest(const char *Msg) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DError.cpp16 void ClusteringError::log(raw_ostream &OS) const { OS << Msg; } local
24 void SnippetCrash::log(raw_ostream &OS) const { OS << Msg; } local
H A DError.h36 std::string Msg; member in class:llvm::exegesis::ClusteringError
51 std::string Msg; member in class:llvm::exegesis::SnippetCrash
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp27 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg) argument
31 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h37 PrettyDeclStackTraceEntry(ASTContext &Ctx, Decl *D, SourceLocation Loc, const char *Msg) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPrettyStackTrace.h31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h45 std::string Msg; member in class:llvm::windows_manifest::WindowsManifestError
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp38 std::string Msg; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDelayedDiagnostic.cpp24 makeAvailability(AvailabilityResult AR, ArrayRef<SourceLocation> Locs, const NamedDecl *ReferringDecl, const NamedDecl *OffendingDecl, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, StringRef Msg, bool ObjCPropertyAccess) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h42 std::string Msg; member in struct:llvm::LLVMRemarkSetupErrorInfo
52 void log(raw_ostream &OS) const override { OS << Msg; } variable
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp79 SmallString<256> Msg; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DUnix.h70 LLVM_ATTRIBUTE_NORETURN static inline void ReportErrnumFatal(const char *Msg, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DMain.cpp58 static int reportError(const char *ProgName, Twine Msg) { argument
59 errs() << ProgName << ": " << Msg; local
H A DError.cpp45 void PrintNote(const Twine &Msg) { argument
49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { argument
55 void PrintFatalNote(const Twine &Msg) { argument
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { argument
27 PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, const Twine &Msg) argument
71 PrintFatalNote(const Record *Rec, const Twine &Msg) argument
80 PrintFatalNote(const RecordVal *RecVal, const Twine &Msg) argument
89 PrintWarning(const Twine &Msg) argument
91 PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) argument
95 PrintWarning(const char *Loc, const Twine &Msg) argument
96 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg); local
101 PrintError(const Twine &Msg) argument
103 PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) argument
107 PrintError(const char *Loc, const Twine &Msg) argument
108 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); local
113 PrintError(const Record *Rec, const Twine &Msg) argument
119 PrintError(const RecordVal *RecVal, const Twine &Msg) argument
125 PrintFatalError(const Twine &Msg) argument
132 PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) argument
141 PrintFatalError(const Record *Rec, const Twine &Msg) argument
150 PrintFatalError(const RecordVal *RecVal, const Twine &Msg) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DError.cpp64 GenericBinaryError::GenericBinaryError(const Twine &Msg) : Msg(Msg.str()) {} argument
66 GenericBinaryError::GenericBinaryError(const Twine &Msg, argument
73 OS << Msg; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp87 void NoReturnFunctionChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, argument
H A DDivZeroChecker.cpp43 reportBug( const char *Msg, ProgramStateRef StateZero, CheckerContext &C, std::unique_ptr<BugReporterVisitor> Visitor) const argument
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_monitor.cc18 UndefinedBehaviorReport(const char *IssueKind, Location &Loc, InternalScopedString &Msg) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_monitor.cc16 UndefinedBehaviorReport(const char *IssueKind, Location &Loc, InternalScopedString &Msg) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_monitor.cpp17 UndefinedBehaviorReport(const char *IssueKind, Location &Loc, InternalScopedString &Msg) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DError.h75 std::string Msg; member in class:llvm::object::GenericBinaryError
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp237 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp54 bool MCAsmParser::parseEOL(const Twine &Msg) { argument
61 bool MCAsmParser::parseToken(AsmToken::TokenKind T, const Twine &Msg) { argument
70 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) { argument
85 bool MCAsmParser::check(bool P, const Twine &Msg) { argument
89 bool MCAsmParser::check(bool P, SMLoc Loc, const Twine &Msg) { argument
95 TokError(const Twine &Msg, SMRange Range) argument
99 Error(SMLoc L, const Twine &Msg, SMRange Range) argument
[all...]

Completed in 493 milliseconds

1234567