Home
last modified time | relevance | path

Searched defs:Msg (Results 1 – 25 of 206) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp28 const Twine &Msg) { in PrintMessage() argument
45 void PrintNote(const Twine &Msg) { in PrintNote() argument
49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
55 void PrintFatalNote(const Twine &Msg) { in PrintFatalNote() argument
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
71 PrintFatalNote(const Record * Rec,const Twine & Msg) PrintFatalNote() argument
80 PrintFatalNote(const RecordVal * RecVal,const Twine & Msg) PrintFatalNote() argument
89 PrintWarning(const Twine & Msg) PrintWarning() argument
91 PrintWarning(ArrayRef<SMLoc> WarningLoc,const Twine & Msg) PrintWarning() argument
95 PrintWarning(const char * Loc,const Twine & Msg) PrintWarning() argument
101 PrintError(const Twine & Msg) PrintError() argument
103 PrintError(ArrayRef<SMLoc> ErrorLoc,const Twine & Msg) PrintError() argument
107 PrintError(const char * Loc,const Twine & Msg) PrintError() argument
113 PrintError(const Record * Rec,const Twine & Msg) PrintError() argument
119 PrintError(const RecordVal * RecVal,const Twine & Msg) PrintError() argument
125 PrintFatalError(const Twine & Msg) PrintFatalError() argument
132 PrintFatalError(ArrayRef<SMLoc> ErrorLoc,const Twine & Msg) PrintFatalError() argument
141 PrintFatalError(const Record * Rec,const Twine & Msg) PrintFatalError() argument
150 PrintFatalError(const RecordVal * RecVal,const Twine & Msg) PrintFatalError() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp56 bool MCAsmParser::parseEOL(const Twine &Msg) { in parseEOL()
63 bool MCAsmParser::parseToken(AsmToken::TokenKind T, const Twine &Msg) { in parseToken()
72 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) { in parseIntToken()
87 bool MCAsmParser::check(bool P, const Twine &Msg) { in check()
91 bool MCAsmParser::check(bool P, SMLoc Loc, const Twine &Msg) { in check()
97 bool MCAsmParser::TokError(const Twine &Msg, SMRange Range) { in TokError()
101 bool MCAsmParser::Error(SMLoc L, const Twine &Msg, SMRange Range) { in Error()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp26 static bool checkForLiteralCreation(const ObjCMessageExpr *Msg, in checkForLiteralCreation()
59 bool edit::rewriteObjCRedundantCallWithLiteral(const ObjCMessageExpr *Msg, in rewriteObjCRedundantCallWithLiteral()
157 const ObjCMessageExpr *Msg, in canRewriteToSubscriptSyntax()
181 static bool rewriteToSubscriptGetCommon(const ObjCMessageExpr *Msg, in rewriteToSubscriptGetCommon()
204 const ObjCMessageExpr *Msg, in rewriteToArraySubscriptGet()
214 const ObjCMessageExpr *Msg, in rewriteToDictionarySubscriptGet()
224 const ObjCMessageExpr *Msg, in rewriteToArraySubscriptSet()
258 const ObjCMessageExpr *Msg, in rewriteToDictionarySubscriptSet()
290 bool edit::rewriteToObjCSubscriptSyntax(const ObjCMessageExpr *Msg, in rewriteToObjCSubscriptSyntax()
339 bool edit::rewriteToObjCLiteralSyntax(const ObjCMessageExpr *Msg, in rewriteToObjCLiteralSyntax()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h69 bool Warning(SMLoc L, const Twine &Msg) { in Warning()
77 void Note(SMLoc L, const Twine &Msg) { in Note()
81 bool TokError(const Twine &Msg) { in TokError()
103 bool check(bool P, const Twine &Msg) { in check()
107 bool check(bool P, SMLoc Loc, const Twine &Msg) { in check()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp28 StringRef Msg) in CheckerProgramPointTag()
32 StringRef Msg) in CheckerProgramPointTag()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp86 std::string Msg = in checkPostCall() local
95 std::string Msg = formatv("'{0}' returned false, breaking the convention " in checkPostCall() local
H A DCXXSelfAssignmentChecker.cpp57 SmallString<256> Msg; in checkBeginFunction() local
67 SmallString<256> Msg; in checkBeginFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp65 GenericBinaryError::GenericBinaryError(const Twine &Msg) : Msg(Msg.str()) {} in GenericBinaryError()
67 GenericBinaryError::GenericBinaryError(const Twine &Msg, in GenericBinaryError()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h70 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); } in Error()
73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp58 Error PGOCtxProfileReader::wrongValue(const Twine &Msg) { in wrongValue()
62 Error PGOCtxProfileReader::unsupported(const Twine &Msg) { in unsupported()
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { in read() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h270 const Twine &Msg; variable
295 const Twine &Msg; variable
671 const DiagnosticLocation &Loc, const Twine &Msg) in DiagnosticInfoIROptimization()
728 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemark()
774 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkMissed()
827 const Twine &Msg) in OptimizationRemarkAnalysis()
846 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkAnalysis()
888 const Twine &Msg) in OptimizationRemarkAnalysisFPCommute()
929 const Twine &Msg) in OptimizationRemarkAnalysisAliasing()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h16 const Twine &Msg; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp199 static void check(Error E, std::string Msg) { in check()
208 template <typename T> static T check(Expected<T> E, std::string Msg) { in check()
215 static void check(std::error_code EC, std::string Msg) { in check()
219 template <typename T> static T check(ErrorOr<T> E, std::string Msg) { in check()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp316 raw_string_ostream Msg(msg); in EmitInlineAsmStr() local
394 std::string Msg = "inline asm clobber list contains reserved registers: "; in emitInlineAsm() local
452 raw_string_ostream Msg(msg); in PrintSpecial() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTypeSize.cpp39 void llvm::reportInvalidSizeRequest(const char *Msg) { in reportInvalidSizeRequest()
H A DSourceMgr.cpp275 const Twine &Msg, ArrayRef<SMRange> Ranges, in GetMessage()
353 SourceMgr::DiagKind Kind, const Twine &Msg, in PrintMessage()
360 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
379 int Col, SourceMgr::DiagKind Kind, StringRef Msg, in SMDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { in require()
27 auto Require = [Text](bool Assertion, const char *Msg) { in Annotations()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp30 StringRef Msg, in makeAvailability()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h37 const char *Msg) in PrettyDeclStackTraceEntry()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h70 [[noreturn]] static inline void ReportErrnumFatal(const char *Msg, int errnum) { in ReportErrnumFatal()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp779 void HexagonMCChecker::reportError(Twine const &Msg) { in reportError()
783 void HexagonMCChecker::reportError(SMLoc Loc, Twine const &Msg) { in reportError()
788 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { in reportNote()
796 void HexagonMCChecker::reportWarning(Twine const &Msg) { in reportWarning()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp28 static inline Error createError(const Twine &Msg) { in createError()
35 WarningHandler = [=](const Twine &Msg) { in ObjDumper()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp19 InternalScopedString &Msg) in UndefinedBehaviorReport() argument

123456789