Searched refs:Message (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPrettyStackTrace.h30 const char *Message; member in class:clang::PrettyStackTraceLoc
33 : SM(sm), Loc(L), Message(Msg) {}
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp33 std::string Message; local
36 &Message));
39 *OutMessage = strdup(Message.c_str());
53 std::string Message; local
56 &Message));
59 *OutMessage = strdup(Message.c_str());
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DLeakDetector.h60 static void checkForGarbage(LLVMContext &C, const std::string &Message) { argument
62 checkForGarbageImpl(C, Message);
87 static void checkForGarbageImpl(LLVMContext &C, const std::string &Message);
H A DSourceMgr.h212 std::string Message, LineContents;
223 Message(Msg) {}
238 StringRef getMessage() const { return Message; }
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DPrettyDeclStackTrace.h35 const char *Message; member in class:clang::PrettyDeclStackTraceEntry
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DDelayedDiagnostic.cpp40 DD.DeprecationData.Message = MessageData;
52 delete [] DeprecationData.Message;
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DLeakDetector.cpp53 const std::string &Message) {
61 if (Objects->hasGarbage(Message) |
62 pImpl->LLVMObjects.hasGarbage(Message))
52 checkForGarbageImpl(LLVMContext &Context, const std::string &Message) argument
H A DLeaksContext.h65 bool hasGarbage(const std::string& Message) { argument
71 errs() << "Leaked " << Name << " objects found: " << Message << ":\n"; local
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp149 std::string Message; local
155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
160 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
166 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message,
171 Message = "Sorry, I can't automatically select an interpreter!\n";
175 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message,
181 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
192 AbstractInterpreter::createCustomCompiler(Message, CustomCompileCommand);
196 AbstractInterpreter::createCustomExecutor(Message, CustomExecComman
[all...]
H A DToolRunner.h51 static GCC *create(std::string &Message,
91 static CBE *createCBE(const char *Argv0, std::string &Message,
95 static LLC *createLLC(const char *Argv0, std::string &Message,
101 static AbstractInterpreter* createLLI(const char *Argv0, std::string &Message,
104 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
108 createCustomCompiler(std::string &Message,
112 createCustomExecutor(std::string &Message,
H A DToolRunner.cpp241 std::string &Message,
246 Message = "Found lli: " + LLIPath + "\n";
250 Message = "Cannot find `lli' in executable directory!\n";
380 static void lexCommand(std::string &Message, const std::string &CommandLine, argument
403 Message =
409 Message = "Found command in: " + CmdPath + "\n";
415 std::string &Message,
420 lexCommand(Message, CompileCommandLine, CmdPath, Args);
430 std::string &Message,
436 lexCommand(Message, ExecCommandLin
240 createLLI(const char *Argv0, std::string &Message, const std::vector<std::string> *ToolArgs) argument
414 createCustomCompiler( std::string &Message, const std::string &CompileCommandLine) argument
429 createCustomExecutor( std::string &Message, const std::string &ExecCommandLine) argument
521 createLLC(const char *Argv0, std::string &Message, const std::string &GCCBinary, const std::vector<std::string> *Args, const std::vector<std::string> *GCCArgs, bool UseIntegratedAssembler) argument
613 createJIT(const char *Argv0, std::string &Message, const std::vector<std::string> *Args) argument
875 create(std::string &Message, const std::string &GCCBinary, const std::vector<std::string> *Args) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp125 StringRef Message,
136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D);
166 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D);
436 llvm::raw_svector_ostream Message(MessageStorage);
437 Message << "(skipping " << (MacroSkipEnd - MacroSkipStart)
440 emitBasicNote(Message.str());
459 llvm::raw_svector_ostream Message(MessageStorage);
462 Message << "expanded from here";
464 Message << "expanded from macro '" << MacroName << "'";
465 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message
123 emitDiagnostic(SourceLocation Loc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> FixItHints, const SourceManager *SM, DiagOrStoredDiag D) argument
508 emitBasicNote(StringRef Message) argument
509 emitNote(SourceLocation(), Message, 0); local
[all...]
H A DSerializedDiagnosticPrinter.cpp65 StringRef Message,
75 virtual void emitNote(SourceLocation Loc, StringRef Message,
137 StringRef Message,
572 StringRef Message,
596 Record.push_back(Message.size());
597 Stream.EmitRecordWithBlob(Abbrevs.get(RECORD_DIAG), Record, Message);
604 StringRef Message,
608 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D);
669 void SDiagsRenderer::emitNote(SourceLocation Loc, StringRef Message, argument
674 Message, S
569 EmitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, const SourceManager *SM, DiagOrStoredDiag D) argument
601 emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, const SourceManager *SM, DiagOrStoredDiag D) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnostic.h66 /// \param Message The text actually printed
74 StringRef Message,
81 StringRef Message,
99 virtual void emitBasicNote(StringRef Message);
H A DDiagnosticRenderer.h77 StringRef Message,
87 virtual void emitBasicNote(StringRef Message) = 0;
138 /// \param Message The diagnostic message to emit.
144 StringRef Message, ArrayRef<CharSourceRange> Ranges,
162 virtual void emitBasicNote(StringRef Message);
176 virtual void emitNote(SourceLocation Loc, StringRef Message,
H A DLogDiagnosticPrinter.h25 std::string Message; member in struct:clang::LogDiagnosticPrinter::DiagEntry
/freebsd-10.0-release/contrib/llvm/tools/clang/tools/driver/
H A Dcc1_main.cpp42 static void LLVMErrorHandler(void *UserData, const std::string &Message, argument
46 Diags.Report(diag::err_fe_error_backend) << Message;
/freebsd-10.0-release/tools/tools/mid/
H A Dmid-index52 if (/^Message-id:\s+\<([^$idsep]+)/oi) {
54 } elsif (/^Resent-Message-id:\s+\<([^$idsep]+)/oi) {
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py74 message = nfc.ndef.Message(data)
110 message = nfc.ndef.Message(tag.ndef.message)
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Duterror.c283 * Message - Error message to use on failure
298 const char *Message,
320 AcpiNsPrintNodePathname (Node, Message);
295 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp192 OS << Message; local
310 /// if the \p Message parameter is non-NULL, it will be set to a
317 std::string *Message) {
340 if (Message) {
341 Message->clear();
342 llvm::raw_string_ostream Out(*Message);
353 if (Message) {
354 Message->clear();
355 llvm::raw_string_ostream Out(*Message);
365 if (Message) {
315 CheckAvailability(ASTContext &Context, const AvailabilityAttr *A, std::string *Message) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslerror.c367 fprintf (OutputFile, "%s\n", Enode->Message);
387 ExtraMessage = Enode->Message;
403 MainMessage = Enode->Message;
566 Enode->Message = MessageBuffer;
651 Enode->Message = MessageBuffer;
H A Ddtparser.y190 * PARAMETERS: Message - Parser-generated error message
200 char const *Message)
203 Gbl_CurrentField, (char *) Message);
H A Dprparser.y197 * PARAMETERS: Message - Parser-generated error message
207 char const *Message)
210 NULL, (char *) Message);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp232 StringRef Message = D.getMessage(); local
233 if (Message.startswith("error: "))
234 Message = Message.substr(7);
246 Diags.Report(LocCookie, diag::err_fe_inline_asm).AddString(Message);
265 Diags.Report(Loc, diag::err_fe_inline_asm).AddString(Message);

Completed in 294 milliseconds

1234