Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/llvm/lib/TableGen/
HDError.cpp27 const Twine &Msg) { in PrintMessage()
42 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning()
46 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning()
50 void PrintWarning(const Twine &Msg) { in PrintWarning()
54 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError()
58 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
62 void PrintError(const Twine &Msg) { in PrintError()
66 void PrintFatalError(const Twine &Msg) { in PrintFatalError()
73 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintFatalError()
HDTGParser.h94 bool Error(SMLoc L, const Twine &Msg) const { in Error()
98 bool TokError(const Twine &Msg) const { in TokError()
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDRewriteObjCFoundationAPI.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 …]
/NextBSD/contrib/llvm/include/llvm/MC/MCParser/
HDMCAsmParserExtension.h68 bool Warning(SMLoc L, const Twine &Msg) { in Warning()
71 bool Error(SMLoc L, const Twine &Msg) { in Error()
74 bool TokError(const Twine &Msg) { in TokError()
/NextBSD/contrib/llvm/lib/IR/
HDDiagnosticInfo.cpp179 const Twine &Msg) { in emitOptimizationRemark()
186 const Twine &Msg) { in emitOptimizationRemarkMissed()
194 const Twine &Msg) { in emitOptimizationRemarkAnalysis()
205 const DebugLoc &DLoc, const Twine &Msg) { in emitLoopVectorizeWarning()
211 const DebugLoc &DLoc, const Twine &Msg) { in emitLoopInterleaveWarning()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDChecker.cpp27 StringRef Msg) in CheckerProgramPointTag()
31 StringRef Msg) in CheckerProgramPointTag()
/NextBSD/contrib/llvm/include/llvm/IR/
HDDiagnosticInfo.h247 const Twine &Msg; variable
263 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationBase()
311 const Twine &Msg; variable
326 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark()
352 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed()
379 const Twine &Msg) in DiagnosticInfoOptimizationRemarkAnalysis()
452 const Twine &Msg) in DiagnosticInfoOptimizationFailure()
/NextBSD/contrib/llvm/lib/AsmParser/
HDLLLexer.h64 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); } in Error()
67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning()
/NextBSD/contrib/llvm/tools/lli/
HDRemoteTargetExternal.cpp175 bool RemoteTargetExternal::Receive(LLIMessageType Msg) { in Receive()
187 bool RemoteTargetExternal::Receive(LLIMessageType Msg, int32_t &Data) { in Receive()
198 bool RemoteTargetExternal::Receive(LLIMessageType Msg, uint64_t &Data) { in Receive()
/NextBSD/contrib/llvm/lib/Analysis/
HDAliasAnalysisEvaluator.cpp90 static void PrintResults(const char *Msg, bool P, const Value *V1, in PrintResults()
109 PrintModRefResults(const char *Msg, bool P, Instruction *I, Value *Ptr, in PrintModRefResults()
119 PrintModRefResults(const char *Msg, bool P, CallSite CSA, CallSite CSB, in PrintModRefResults()
128 PrintLoadStoreResults(const char *Msg, bool P, const Value *V1, in PrintLoadStoreResults()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDPrettyStackTrace.h32 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc()
/NextBSD/contrib/llvm/lib/Support/
HDSourceMgr.cpp136 const Twine &Msg, in GetMessage()
217 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
223 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
234 StringRef Msg, StringRef LineStr, in SMDiagnostic()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDProgramPoint.cpp46 SimpleProgramPointTag::SimpleProgramPointTag(StringRef MsgProvider, in SimpleProgramPointTag()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDelayedDiagnostic.cpp28 StringRef Msg, in makeAvailability()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDMCAsmParser.cpp36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { in TokError()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDPrettyDeclStackTrace.h39 const char *Msg) in PrettyDeclStackTraceEntry()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCreateInvocationFromCommandLine.cpp84 SmallString<256> Msg; in createInvocationFromCommandLine() local
HDLogDiagnosticPrinter.cpp88 SmallString<512> Msg; in EndSourceFile() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDNoReturnFunctionChecker.cpp87 void NoReturnFunctionChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage()
HDDivZeroChecker.cpp35 void DivZeroChecker::reportBug(const char *Msg, in reportBug()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterInlineAsm.cpp249 raw_string_ostream Msg(msg); in EmitMSInlineAsmStr() local
422 raw_string_ostream Msg(msg); in EmitGCCInlineAsmStr() local
533 raw_string_ostream Msg(msg); in PrintSpecial() local
/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp38 static void Message(const char *Type, const Twine &Msg) { in Message()
42 static int Error(const Twine &Msg) { in Error()
47 static void Warning(const Twine &Msg) { in Warning()
/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDSampleProfReader.h89 void reportParseError(int64_t LineNumber, Twine Msg) const { in reportParseError()
/NextBSD/contrib/llvm/lib/CodeGen/MIRParser/
HDMIParser.cpp142 [this](StringRef::iterator Loc, const Twine &Msg) { error(Loc, Msg); }); in lex()
145 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()
147 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransRetainReleaseDealloc.cpp137 ObjCMessageExpr *Msg = E; in VisitObjCMessageExpr() local
331 void checkForGCDOrXPC(ObjCMessageExpr *Msg, Expr *&RecContainer, in checkForGCDOrXPC()

1234