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

1234

/freebsd-10-stable/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-stable/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-stable/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);
/freebsd-10-stable/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-stable/contrib/llvm/tools/clang/lib/Sema/
H A DDelayedDiagnostic.cpp40 DD.DeprecationData.Message = MessageData;
52 delete [] DeprecationData.Message;
/freebsd-10-stable/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-stable/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.h50 static GCC *create(std::string &Message,
90 static LLC *createLLC(const char *Argv0, std::string &Message,
96 static AbstractInterpreter* createLLI(const char *Argv0, std::string &Message,
99 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
103 createCustomCompiler(std::string &Message,
107 createCustomExecutor(std::string &Message,
H A DToolRunner.cpp269 std::string &Message,
274 Message = "Found lli: " + LLIPath + "\n";
278 Message = "Cannot find `lli' in executable directory!\n";
408 static void lexCommand(std::string &Message, const std::string &CommandLine, argument
431 Message =
437 Message = "Found command in: " + CmdPath + "\n";
443 std::string &Message,
448 lexCommand(Message, CompileCommandLine, CmdPath, Args);
458 std::string &Message,
464 lexCommand(Message, ExecCommandLin
268 createLLI(const char *Argv0, std::string &Message, const std::vector<std::string> *ToolArgs) argument
442 createCustomCompiler( std::string &Message, const std::string &CompileCommandLine) argument
457 createCustomExecutor( std::string &Message, const std::string &ExecCommandLine) argument
551 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
643 createJIT(const char *Argv0, std::string &Message, const std::vector<std::string> *Args) argument
906 create(std::string &Message, const std::string &GCCBinary, const std::vector<std::string> *Args) argument
[all...]
/freebsd-10-stable/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-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnostic.h67 /// \param Message The text actually printed
75 StringRef Message,
82 StringRef Message,
100 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-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsdebug.c63 const char *Message);
71 * Message - Prefix message
81 const char *Message)
102 if (Message)
104 ACPI_DEBUG_PRINT_RAW ((ACPI_DB_DISPATCH, "%s ", Message));
79 AcpiDsPrintNodePathname( ACPI_NAMESPACE_NODE *Node, const char *Message) argument
/freebsd-10-stable/contrib/llvm/tools/clang/tools/driver/
H A Dcc1_main.cpp43 static void LLVMErrorHandler(void *UserData, const std::string &Message, argument
47 Diags.Report(diag::err_fe_error_backend) << Message;
/freebsd-10-stable/tools/tools/mid/
H A Dmid-index52 if (/^Message-id:\s+\<([^$idsep]+)/oi) {
54 } elsif (/^Resent-Message-id:\s+\<([^$idsep]+)/oi) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp72 Last.Messages.push_back(ErrorContent::Message());
165 printMessageToStream(const Diagnostics::ErrorContent::Message &Message, argument
167 maybeAddLineAndColumn(Message.Range, OS);
169 formatErrorString(errorTypeToFormatString(Message.Type), Message.Args, OS);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h152 struct Message { struct in struct:clang::ast_matchers::dynamic::Diagnostics::ErrorContent
157 std::vector<Message> Messages;
/freebsd-10-stable/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-stable/sys/contrib/dev/acpica/components/utilities/
H A Duterror.c281 * Message - Error message to use on failure
296 const char *Message,
318 AcpiNsPrintNodePathname (Node, Message);
293 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c98 EVRPC_HEADER(Message, msg, kill)
101 EVRPC_GENERATE(Message, msg, kill)
108 MessageCb(EVRPC_STRUCT(Message)* rpc, void *arg)
147 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
161 assert(EVRPC_UNREGISTER(base, Message) == 0);
212 "/.rpc.Message") == -1) {
291 "/.rpc.Message") == -1) {
479 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
490 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
501 EVRPC_MAKE_CTX(Message, ms
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp108 StringRef Message; local
110 Message = "comparison of identical expressions always evaluates to true";
112 Message = "comparison of identical expressions always evaluates to false";
114 categories::LogicError, Message, ELoc);
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslerror.c407 fprintf (OutputFile, "%s\n", Enode->Message);
418 ExtraMessage = Enode->Message;
433 MainMessage = Enode->Message;
590 Enode->Message = MessageBuffer;
673 Enode->Message = MessageBuffer;

Completed in 273 milliseconds

1234