Home
last modified time | relevance | path

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

123456789

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp28 const Twine &Msg) { in PrintMessage()
45 void PrintNote(const Twine &Msg) { in PrintNote()
49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote()
55 void PrintFatalNote(const Twine &Msg) { in PrintFatalNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote()
71 void PrintFatalNote(const Record *Rec, const Twine &Msg) { in PrintFatalNote()
80 void PrintFatalNote(const RecordVal *RecVal, const Twine &Msg) { in PrintFatalNote()
89 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; } in PrintWarning()
91 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning()
95 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning()
[all …]
/src/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()
/src/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 …]
/src/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()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp28 StringRef Msg) in CheckerProgramPointTag()
32 StringRef Msg) in CheckerProgramPointTag()
/src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h32 std::string Msg; variable
35 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError()
/src/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
H A DBitwiseShiftChecker.cpp189 std::string Msg = formatv( in checkOvershift() local
219 std::string Msg = formatv("The result of {0} shift is undefined " in checkOperandNegative() local
273 std::string ShortMsg, Msg; in checkLeftShiftOverflow() local
327 const std::string Msg(Out.str()); in createNoteTag() local
H A DDivZeroChecker.cpp49 void DivZeroChecker::reportBug(StringRef Msg, ProgramStateRef StateZero, in reportBug()
59 StringRef Msg, ProgramStateRef StateZero, CheckerContext &C, in reportTaintBug()
/src/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()
/src/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()
/src/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()
/src/contrib/llvm-project/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h16 const Twine &Msg; variable
/src/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()
/src/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()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc()
/src/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()
/src/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
/src/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()
/src/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp30 StringRef Msg, in makeAvailability()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h37 const char *Msg) in PrettyDeclStackTraceEntry()
/src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h70 [[noreturn]] static inline void ReportErrnumFatal(const char *Msg, int errnum) { in ReportErrnumFatal()

123456789