/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Error.cpp | 28 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 D | MCAsmParser.cpp | 56 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 D | RewriteObjCFoundationAPI.cpp | 26 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 D | MCAsmParserExtension.h | 69 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 D | Checker.cpp | 28 StringRef Msg) in CheckerProgramPointTag() 32 StringRef Msg) in CheckerProgramPointTag()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ReturnValueChecker.cpp | 86 std::string Msg = in checkPostCall() local 95 std::string Msg = formatv("'{0}' returned false, breaking the convention " in checkPostCall() local
|
H A D | CXXSelfAssignmentChecker.cpp | 57 SmallString<256> Msg; in checkBeginFunction() local 67 SmallString<256> Msg; in checkBeginFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Error.cpp | 65 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 D | LLLexer.h | 70 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 D | PGOCtxProfReader.cpp | 58 Error PGOCtxProfileReader::wrongValue(const Twine &Msg) { in wrongValue() 62 Error PGOCtxProfileReader::unsupported(const Twine &Msg) { in unsupported()
|
H A D | SymbolRemappingReader.cpp | 31 auto ReportError = [&](Twine Msg) { in read() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 270 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 D | LinkDiagnosticInfo.h | 16 const Twine &Msg; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 199 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 D | PrettyStackTrace.h | 31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 316 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 D | TypeSize.cpp | 39 void llvm::reportInvalidSizeRequest(const char *Msg) { in reportInvalidSizeRequest()
|
H A D | SourceMgr.cpp | 275 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 D | Annotations.cpp | 19 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 D | DelayedDiagnostic.cpp | 30 StringRef Msg, in makeAvailability()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PrettyDeclStackTrace.h | 37 const char *Msg) in PrettyDeclStackTraceEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Unix.h | 70 [[noreturn]] static inline void ReportErrnumFatal(const char *Msg, int errnum) { in ReportErrnumFatal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 779 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 D | ObjDumper.cpp | 28 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 D | ubsan_monitor.cpp | 19 InternalScopedString &Msg) in UndefinedBehaviorReport() argument
|