Searched defs:Msg (Results 1 - 25 of 88) sorted by relevance

1234

/external/clang/include/clang/Basic/
H A DPrettyStackTrace.h32 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) argument
33 : SM(sm), Loc(L), Message(Msg) {}
/external/clang/include/clang/Sema/
H A DPrettyDeclStackTrace.h39 const char *Msg)
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, const char *Msg) argument
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp67 SmallString<256> Msg; local
68 llvm::raw_svector_ostream OS(Msg);
H A DHeaderIncludeGen.cpp120 SmallString<256> Msg; local
122 Msg += "Note: including file:";
127 Msg += MSStyle ? ' ' : '.';
130 Msg += ' ';
132 Msg += Filename;
133 Msg += '\n';
135 OutputFile->write(Msg.data(), Msg.size());
/external/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp27 StringRef Msg)
28 : SimpleProgramPointTag(CheckerName, Msg) {}
31 StringRef Msg)
32 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {}
26 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg) argument
30 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg) argument
H A DExprEngineObjC.cpp139 CallEventRef<ObjCMethodCall> Msg = local
145 *Msg, *this);
148 *Msg, *this);
158 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
209 *Msg, *this);
214 *Msg, *this);
/external/clang/lib/Analysis/
H A DProgramPoint.cpp47 StringRef Msg)
48 : Desc((MsgProvider + " : " + Msg).str()) {}
46 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg) argument
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp28 StringRef Msg,
47 if (Msg.size()) {
48 MessageData = new char [Msg.size()];
49 memcpy(MessageData, Msg.data(), Msg.size());
53 DD.DeprecationData.MessageLen = Msg.size();
23 makeAvailability(Sema::AvailabilityDiagnostic AD, SourceLocation Loc, const NamedDecl *D, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, StringRef Msg, bool ObjCPropertyAccess) argument
H A DScopeInfo.cpp149 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg, argument
151 assert(Msg && Prop);
153 WeakObjectUses[WeakObjectProfileTy(Msg->getInstanceReceiver(), Prop)];
154 Uses.push_back(WeakUseTy(Msg, Msg->getNumArgs() == 0));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp27 void reportBug(const char *Msg,
35 void DivZeroChecker::reportBug(const char *Msg, argument
42 BugReport *R = new BugReport(*BT, Msg, N);
H A DNoReturnFunctionChecker.cpp87 void NoReturnFunctionChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, argument
90 if (const ObjCMethodDecl *MD = Msg.getDecl()) {
109 if (!Msg.isInstanceMessage())
112 const ObjCInterfaceDecl *Receiver = Msg.getReceiverInterface();
118 Selector Sel = Msg.getSelector();
/external/lldb/test/lang/cpp/virtual/
H A DTestVirtual.py11 def Msg(expr, val): function
88 self.expect(output, Msg(my_expr, val), exe=False,
/external/lldb/test/types/
H A DAbstractBase.py11 def Msg(var, val, using_frame_variable): function
160 self.expect(output, Msg(var, val, True), exe=False,
251 self.expect(output, Msg(var, val, False), exe=False,
/external/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { argument
37 Error(getLexer().getLoc(), Msg, Ranges);
/external/llvm/lib/TableGen/
H A DError.cpp26 const Twine &Msg) {
35 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
41 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { argument
42 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
45 void PrintWarning(const char *Loc, const Twine &Msg) { argument
46 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg); local
49 void PrintWarning(const Twine &Msg) { argument
50 errs() << "warning:" << Msg << "\n";
53 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { argument
54 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
25 PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, const Twine &Msg) argument
57 PrintError(const char *Loc, const Twine &Msg) argument
58 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); local
61 PrintError(const Twine &Msg) argument
65 PrintFatalError(const Twine &Msg) argument
70 PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) argument
[all...]
H A DTGLexer.cpp42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { argument
43 PrintError(Loc, Msg);
/external/clang/examples/clang-interpreter/
H A Dmain.cpp115 SmallString<256> Msg; local
116 llvm::raw_svector_ostream OS(Msg);
/external/clang/tools/libclang/
H A DCLog.h44 SmallString<64> Msg; member in class:clang::cxindex::Logger
65 : Name(name), Trace(trace), LogOS(Msg) { }
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Common.h52 phOsalNfc_Message_t Msg; member in struct:phOsalNfc_sMsg
/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h159 const Twine &Msg; member in class:llvm::BitcodeDiagnosticInfo
164 const Twine &Msg);
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h68 bool Warning(SMLoc L, const Twine &Msg) { argument
69 return getParser().Warning(L, Msg);
71 bool Error(SMLoc L, const Twine &Msg) { argument
72 return getParser().Error(L, Msg);
74 bool TokError(const Twine &Msg) { argument
75 return getParser().TokError(Msg);
/external/llvm/unittests/Support/
H A DSourceMgrTest.cpp41 const Twine &Msg, ArrayRef<SMRange> Ranges,
44 SM.PrintMessage(OS, Loc, Kind, Msg, Ranges, FixIts);
40 printMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg, ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts) argument
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp174 const Twine &Msg) {
175 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg));
181 const Twine &Msg) {
182 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg));
189 const Twine &Msg) {
191 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg));
200 const DebugLoc &DLoc, const Twine &Msg) {
202 Fn, DLoc, Twine("loop not vectorized: " + Msg)));
206 const DebugLoc &DLoc, const Twine &Msg) {
208 Fn, DLoc, Twine("loop not interleaved: " + Msg)));
172 emitOptimizationRemark(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
178 emitOptimizationRemarkMissed(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
185 emitOptimizationRemarkAnalysis(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
199 emitLoopVectorizeWarning(LLVMContext &Ctx, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
205 emitLoopInterleaveWarning(LLVMContext &Ctx, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
[all...]
/external/llvm/tools/lli/
H A DRemoteTargetExternal.cpp175 bool RemoteTargetExternal::Receive(LLIMessageType Msg) { argument
176 if (!ReceiveHeader(Msg))
187 bool RemoteTargetExternal::Receive(LLIMessageType Msg, int32_t &Data) { argument
188 if (!ReceiveHeader(Msg))
198 bool RemoteTargetExternal::Receive(LLIMessageType Msg, uint64_t &Data) { argument
199 if (!ReceiveHeader(Msg))
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp87 const char *Msg, void *) {
102 errs() << Msg << "\n";
86 handleDiagnostics(lto_codegen_diagnostic_severity_t Severity, const char *Msg, void *) argument

Completed in 3103 milliseconds

1234