| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Error.cpp | 28 const Twine &Msg) { in PrintMessage() 52 void PrintNote(const Twine &Msg) { in PrintNote() 60 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() 66 void PrintFatalNote(const Twine &Msg) { in PrintFatalNote() 71 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() 78 void PrintFatalNote(const Record *Rec, const Twine &Msg) { in PrintFatalNote() 85 void PrintFatalNote(const RecordVal *RecVal, const Twine &Msg) { in PrintFatalNote() 92 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; } in PrintWarning() 94 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning() 98 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParser.cpp | 59 bool MCAsmParser::parseEOL(const Twine &Msg) { in parseEOL() 66 bool MCAsmParser::parseToken(AsmToken::TokenKind T, const Twine &Msg) { in parseToken() 75 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) { in parseIntToken() 90 bool MCAsmParser::check(bool P, const Twine &Msg) { in check() 94 bool MCAsmParser::check(bool P, SMLoc Loc, const Twine &Msg) { in check() 100 bool MCAsmParser::TokError(const Twine &Msg, SMRange Range) { in TokError() 104 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 | 70 bool Warning(SMLoc L, const Twine &Msg) { in Warning() 78 void Note(SMLoc L, const Twine &Msg) { in Note() 82 bool TokError(const Twine &Msg) { in TokError() 106 bool check(bool P, const Twine &Msg) { in check() 110 bool check(bool P, SMLoc Loc, const Twine &Msg) { in check()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLLexer.h | 84 bool ParseError(LocTy ErrorLoc, const Twine &Msg) { in ParseError() 88 bool ParseError(const Twine &Msg) { return ParseError(getLoc(), Msg); } in ParseError() 91 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() 124 void LexError(LocTy ErrorLoc, const Twine &Msg) { in LexError() 127 void LexError(const Twine &Msg) { LexError(getLoc(), Msg); } in LexError()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | TextAPIError.h | 33 std::string Msg; variable 36 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnValueChecker.cpp | 85 std::string Msg = in checkPostCall() local 94 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
|
| H A D | BitwiseShiftChecker.cpp | 188 std::string Msg = formatv( in checkOvershift() local 218 std::string Msg = formatv("The result of {0} shift is undefined " in checkOperandNegative() local 272 std::string ShortMsg, Msg; in checkLeftShiftOverflow() local 326 const std::string Msg(Out.str()); in createNoteTag() local
|
| H A D | DivZeroChecker.cpp | 55 void DivZeroChecker::reportBug(StringRef Msg, ProgramStateRef StateZero, in reportBug() 68 StringRef Msg, ProgramStateRef StateZero, CheckerContext &C, in reportTaintBug()
|
| H A D | FixedAddressChecker.cpp | 62 constexpr llvm::StringLiteral Msg = in checkPreStmt() 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/lib/Linker/ |
| H A D | LinkDiagnosticInfo.h | 16 const Twine &Msg; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 299 const Twine &Msg; variable 325 const Twine &Msg; variable 721 const DiagnosticLocation &Loc, const Twine &Msg) in DiagnosticInfoIROptimization() 778 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemark() 823 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkMissed() 876 const Twine &Msg) in OptimizationRemarkAnalysis() 895 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkAnalysis() 938 const Twine &Msg) in OptimizationRemarkAnalysisFPCommute() 980 const Twine &Msg) in OptimizationRemarkAnalysisAliasing() 1006 const Twine &Msg; variable
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 222 static void check(Error E, std::string Msg) { in check() 231 template <typename T> static T check(Expected<T> E, std::string Msg) { in check() 238 static void check(std::error_code EC, std::string Msg) { in check() 242 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/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/llvm/lib/ProfileData/ |
| H A D | SymbolRemappingReader.cpp | 31 auto ReportError = [&](Twine Msg) { in read() argument
|
| /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 | 64 [[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/compiler-rt/lib/ubsan/ |
| H A D | ubsan_monitor.cpp | 19 InternalScopedString &Msg) in UndefinedBehaviorReport() argument
|