Home
last modified time | relevance | path

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

12345678910

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp28 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 DMCAsmParser.cpp59 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 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.h70 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 DLLLexer.h84 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 DTextAPIError.h33 std::string Msg; variable
36 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp85 std::string Msg = in checkPostCall() local
94 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
H A DBitwiseShiftChecker.cpp188 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 DDivZeroChecker.cpp55 void DivZeroChecker::reportBug(StringRef Msg, ProgramStateRef StateZero, in reportBug()
68 StringRef Msg, ProgramStateRef StateZero, CheckerContext &C, in reportTaintBug()
H A DFixedAddressChecker.cpp62 constexpr llvm::StringLiteral Msg = in checkPreStmt() 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/lib/Linker/
H A DLinkDiagnosticInfo.h16 const Twine &Msg; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h299 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 Dllvm-lto2.cpp222 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 DPrettyStackTrace.h31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc()
/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/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { in read() argument
/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.h64 [[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/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp19 InternalScopedString &Msg) in UndefinedBehaviorReport() argument

12345678910