Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DError.cpp27 const Twine &Msg) { in PrintMessage()
42 void PrintNote(const Twine &Msg) { WithColor::note() << Msg << "\n"; } in PrintNote()
44 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote()
48 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning()
52 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning()
56 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; } in PrintWarning()
58 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError()
62 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
66 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; } in PrintError()
68 void PrintFatalError(const Twine &Msg) { in PrintFatalError()
[all …]
DMain.cpp55 static int reportError(const char *ProgName, Twine Msg) { in reportError()
DTGParser.h173 bool Error(SMLoc L, const Twine &Msg) const { in Error()
177 bool TokError(const Twine &Msg) const { in TokError()
DTGLexer.cpp69 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError()
74 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DMCAsmParser.cpp42 bool MCAsmParser::parseEOL(const Twine &Msg) { in parseEOL()
49 bool MCAsmParser::parseToken(AsmToken::TokenKind T, const Twine &Msg) { in parseToken()
58 bool MCAsmParser::parseIntToken(int64_t &V, const Twine &Msg) { in parseIntToken()
73 bool MCAsmParser::check(bool P, const Twine &Msg) { in check()
77 bool MCAsmParser::check(bool P, SMLoc Loc, const Twine &Msg) { in check()
83 bool MCAsmParser::TokError(const Twine &Msg, SMRange Range) { in TokError()
87 bool MCAsmParser::Error(SMLoc L, const Twine &Msg, SMRange Range) { in Error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
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()
101 bool check(bool P, const Twine &Msg) { in check()
105 bool check(bool P, SMLoc Loc, const Twine &Msg) { in check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DError.cpp63 GenericBinaryError::GenericBinaryError(Twine Msg) : Msg(Msg.str()) {} in GenericBinaryError()
65 GenericBinaryError::GenericBinaryError(Twine Msg, object_error ECOverride) in GenericBinaryError()
DArchive.cpp47 malformedError(Twine Msg) { in malformedError()
64 std::string Msg("remaining size of archive too small for next archive " in ArchiveMemberHeader() local
83 std::string Msg("terminator characters in archive member \"" + Buf + in ArchiveMemberHeader() local
470 std::string Msg("offset to next archive member past the end of the archive " in getNext() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkDiagnosticInfo.h16 const Twine &Msg; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h317 const Twine &Msg; variable
342 const Twine &Msg; variable
654 const DiagnosticLocation &Loc, const Twine &Msg) in DiagnosticInfoIROptimization()
711 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemark()
752 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkMissed()
800 const Twine &Msg) in OptimizationRemarkAnalysis()
819 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkAnalysis()
861 const Twine &Msg) in OptimizationRemarkAnalysisFPCommute()
902 const Twine &Msg) in OptimizationRemarkAnalysisAliasing()
DRemarkStreamer.h62 std::string Msg; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp164 const Twine &Msg, in GetMessage()
244 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
250 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
261 StringRef Msg, StringRef LineStr, in SMDiagnostic()
DSymbolRemappingReader.cpp30 auto ReportError = [&](Twine Msg) { in read()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp301 raw_string_ostream Msg(msg); in EmitMSInlineAsmStr() local
480 raw_string_ostream Msg(msg); in EmitGCCInlineAsmStr() local
574 std::string Msg = "inline asm clobber list contains reserved registers: "; in EmitInlineAsm() local
622 raw_string_ostream Msg(msg); in PrintSpecial() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DUnix.h74 LLVM_ATTRIBUTE_NORETURN static inline void ReportErrnumFatal(const char *Msg, in ReportErrnumFatal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp711 void HexagonMCChecker::reportError(Twine const &Msg) { in reportError()
715 void HexagonMCChecker::reportError(SMLoc Loc, Twine const &Msg) { in reportError()
720 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { in reportNote()
728 void HexagonMCChecker::reportWarning(Twine const &Msg) { in reportWarning()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp38 std::string Msg; in create() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp60 static inline void PrintModRefResults(const char *Msg, bool P, Instruction *I, in PrintModRefResults()
69 static inline void PrintModRefResults(const char *Msg, bool P, CallBase *CallA, in PrintModRefResults()
/third_party/rust/crates/log/src/kv/
Derror.rs13 Msg(&'static str), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp566 [this](StringRef::iterator Loc, const Twine &Msg) { error(Loc, Msg); }); in lex()
569 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()
571 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()
1558 -> bool { return error(Loc, Msg); })) in parseTargetImmMnemonic()
1583 [this](StringRef::iterator Loc, const Twine &Msg) -> bool { in parseIRConstant()
1761 Token, Result, [this](StringRef::iterator Loc, const Twine &Msg) -> bool { in getUnsigned()
1876 [this](StringRef::iterator Loc, const Twine &Msg) -> bool { in parseGlobalValue()
2752 Token, PFS, V, [this](StringRef::iterator Loc, const Twine &Msg) -> bool { in parseIRValue()
2870 [this](StringRef::iterator Loc, const Twine &Msg) -> bool { in parseMemoryPseudoSourceValue()
3207 Src = lexMIToken(Src, Token, [&](StringRef::iterator Loc, const Twine &Msg) { in parseIRValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp70 static std::string getStatString(const char *Msg, int32_t Fraction, int32_t All, in getStatString()
DMisExpect.cpp83 Twine Msg(PerString); in emitMisexpectDiagnostic() local
/third_party/typescript/src/server/
DutilitiesPublic.ts24 export enum Msg { enum

1234