Home
last modified time | relevance | path

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

123456789

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp89 std::string Msg = in validateCommandLine() local
100 std::string Msg = "Input perf file(" + File.str() + ") doesn't exist."; in validateCommandLine() local
112 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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp28 StringRef Msg) in CheckerProgramPointTag()
32 StringRef Msg) in CheckerProgramPointTag()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp57 SmallString<256> Msg; in checkBeginFunction() local
67 SmallString<256> Msg; in checkBeginFunction() local
H A DReturnValueChecker.cpp105 SmallString<128> Msg; in checkPostCall() local
153 SmallString<128> Msg; in checkEndFunction() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp190 static void check(Error E, std::string Msg) { in check()
199 template <typename T> static T check(Expected<T> E, std::string Msg) { in check()
206 static void check(std::error_code EC, std::string Msg) { in check()
210 template <typename T> static T check(ErrorOr<T> E, std::string Msg) { in check()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp314 raw_string_ostream Msg(msg); in EmitInlineAsmStr() local
392 std::string Msg = "inline asm clobber list contains reserved registers: "; in emitInlineAsm() local
450 raw_string_ostream Msg(msg); in PrintSpecial() local
/openbsd-src/gnu/llvm/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp329 raw_svector_ostream Msg(Buf); in main() local
355 raw_svector_ostream Msg(Buf); in main() local
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h16 const Twine &Msg; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
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()
H A DTypeSize.cpp38 void llvm::reportInvalidSizeRequest(const char *Msg) { in reportInvalidSizeRequest()
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { in read()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp783 void HexagonMCChecker::reportError(Twine const &Msg) { in reportError()
787 void HexagonMCChecker::reportError(SMLoc Loc, Twine const &Msg) { in reportError()
792 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { in reportNote()
800 void HexagonMCChecker::reportWarning(Twine const &Msg) { in reportWarning()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DPrettyStackTrace.h31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp26 static inline Error createError(const Twine &Msg) { in createError()
33 WarningHandler = [=](const Twine &Msg) { in ObjDumper()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDelayedDiagnostic.cpp30 StringRef Msg, in makeAvailability()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h37 const char *Msg) in PrettyDeclStackTraceEntry()

123456789