Home
last modified time | relevance | path

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

12345678910>>...12

/llvm-project/llvm/lib/TableGen/
H A DError.cpp28 const Twine &Msg) { in PrintMessage() argument
71 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
45 PrintNote(const Twine & Msg) PrintNote() argument
49 PrintNote(ArrayRef<SMLoc> NoteLoc,const Twine & Msg) PrintNote() argument
55 PrintFatalNote(const Twine & Msg) PrintFatalNote() argument
62 PrintFatalNote(ArrayRef<SMLoc> NoteLoc,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...]
/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()
/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() argument
77 void Note(SMLoc L, const Twine &Msg) { in Note() argument
81 bool TokError(const Twine &Msg) { in TokError() argument
103 check(bool P,const Twine & Msg) check() argument
107 check(bool P,SMLoc Loc,const Twine & Msg) check() argument
[all...]
/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 …]
/llvm-project/bolt/runtime/
H A Dhugify.cpp102 char Msg[] = "[hugify] could not allocate memory for text move\n"; in hugifyForOldKernel() local
119 char Msg[] = in hugifyForOldKernel() local
126 char Msg[] = "[hugify] setting MADV_HUGEPAGE is failed\n"; in hugifyForOldKernel() local
161 char Msg[] = "[hugify] failed to allocate large page\n"; in __bolt_hugify_self_impl() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp28 StringRef Msg) in CheckerProgramPointTag()
32 StringRef Msg) in CheckerProgramPointTag()
/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h32 std::string Msg; variable
35 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError()
/llvm-project/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp90 std::string Msg = in validateCommandLine() local
101 std::string Msg = "Input perf file(" + File.str() + ") doesn't exist."; in validateCommandLine() local
113 std::string Msg = "Input binary(" + BinaryPath + ") doesn't exist."; in validateCommandLine() local
H A DErrorHandling.h49 inline void emitWarningSummary(uint64_t Num, uint64_t Total, StringRef Msg) { in emitWarningSummary()
/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 DDivZeroChecker.cpp49 reportBug(StringRef Msg,ProgramStateRef StateZero,CheckerContext & C) const reportBug() argument
59 reportTaintBug(StringRef Msg,ProgramStateRef StateZero,CheckerContext & C,llvm::ArrayRef<SymbolRef> TaintedSyms) const reportTaintBug() argument
H A DBitwiseShiftChecker.cpp189 std::string Msg = formatv( checkOvershift() local
219 std::string Msg = formatv("The result of {0} shift is undefined " checkOperandNegative() local
273 std::string ShortMsg, Msg; checkLeftShiftOverflow() local
327 const std::string Msg(Out.str()); createNoteTag() local
[all...]
/llvm-project/llvm/unittests/ObjectYAML/
H A DYAML2ObjTest.cpp23 auto ErrHandler = [&](const Twine &Msg) { ErrorReported = true; }; in TEST()
42 auto ErrHandler = [&](const Twine &Msg) { in TEST()
/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()
/llvm-project/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h16 const Twine &Msg; variable
/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h70 Error(const Twine & Msg) Error() argument
73 Warning(const Twine & Msg) Warning() argument
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp58 return make_error<InstrProfError>(instrprof_error::unsupported_version, Msg); in wrongValue() argument
62 unsupported(const Twine & Msg) unsupported() argument
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { in read()
/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc()
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DLimitedRandomnessCheck.cpp25 std::string Msg; in check() local
/llvm-project/llvm/lib/Support/
H A DTypeSize.cpp39 void llvm::reportInvalidSizeRequest(const char *Msg) { in reportInvalidSizeRequest()
/llvm-project/libc/utils/HdrGen/
H A DCommand.h
/llvm-project/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h37 const char *Msg) in PrettyDeclStackTraceEntry()
/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp30 StringRef Msg, in makeAvailability()

12345678910>>...12