| /freebsd-10-stable/contrib/llvm/tools/bugpoint/ |
| D | ExecutionDriver.cpp | 149 std::string Message; in initializeExecutionEnvironment() local 155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment() 160 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message, in initializeExecutionEnvironment() 166 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message, in initializeExecutionEnvironment() 171 Message = "Sorry, I can't automatically select an interpreter!\n"; in initializeExecutionEnvironment() 175 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message, in initializeExecutionEnvironment() 181 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message, in initializeExecutionEnvironment() 187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment() 192 AbstractInterpreter::createCustomCompiler(Message, CustomCompileCommand); in initializeExecutionEnvironment() 196 AbstractInterpreter::createCustomExecutor(Message, CustomExecCommand); in initializeExecutionEnvironment() [all …]
|
| D | ToolRunner.cpp | 269 std::string &Message, in createLLI() argument 274 Message = "Found lli: " + LLIPath + "\n"; in createLLI() 278 Message = "Cannot find `lli' in executable directory!\n"; in createLLI() 408 static void lexCommand(std::string &Message, const std::string &CommandLine, in lexCommand() argument 431 Message = in lexCommand() 437 Message = "Found command in: " + CmdPath + "\n"; in lexCommand() 443 std::string &Message, in createCustomCompiler() argument 448 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler() 458 std::string &Message, in createCustomExecutor() argument 464 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor() [all …]
|
| D | ToolRunner.h | 50 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,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | DiagnosticRenderer.cpp | 125 StringRef Message, in emitDiagnostic() argument 136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D); in emitDiagnostic() 166 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D); in emitDiagnostic() 436 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 437 Message << "(skipping " << (MacroSkipEnd - MacroSkipStart) in emitMacroExpansions() 440 emitBasicNote(Message.str()); in emitMacroExpansions() 459 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 462 Message << "expanded from here"; in emitMacroExpansions() 464 Message << "expanded from macro '" << MacroName << "'"; in emitMacroExpansions() 465 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(), in emitMacroExpansions() [all …]
|
| D | SerializedDiagnosticPrinter.cpp | 65 StringRef Message, 75 virtual void emitNote(SourceLocation Loc, StringRef Message, 137 StringRef Message, 572 StringRef Message, in EmitDiagnosticMessage() argument 596 Record.push_back(Message.size()); in EmitDiagnosticMessage() 597 Stream.EmitRecordWithBlob(Abbrevs.get(RECORD_DIAG), Record, Message); in EmitDiagnosticMessage() 604 StringRef Message, in emitDiagnosticMessage() argument 608 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D); in emitDiagnosticMessage() 669 void SDiagsRenderer::emitNote(SourceLocation Loc, StringRef Message, in emitNote() argument 674 Message, SM, DiagOrStoredDiag()); in emitNote()
|
| /freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/ |
| D | BitReader.cpp | 33 std::string Message; in LLVMParseBitcodeInContext() local 36 &Message)); in LLVMParseBitcodeInContext() 39 *OutMessage = strdup(Message.c_str()); in LLVMParseBitcodeInContext() 53 std::string Message; in LLVMGetBitcodeModuleInContext() local 56 &Message)); in LLVMGetBitcodeModuleInContext() 59 *OutMessage = strdup(Message.c_str()); in LLVMGetBitcodeModuleInContext()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | DeclBase.cpp | 192 OS << Message; in print() 327 std::string *Message) { in CheckAvailability() argument 350 if (Message) { in CheckAvailability() 351 Message->clear(); in CheckAvailability() 352 llvm::raw_string_ostream Out(*Message); in CheckAvailability() 363 if (Message) { in CheckAvailability() 364 Message->clear(); in CheckAvailability() 365 llvm::raw_string_ostream Out(*Message); in CheckAvailability() 375 if (Message) { in CheckAvailability() 376 Message->clear(); in CheckAvailability() [all …]
|
| /freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/ |
| D | dsdebug.c | 63 const char *Message); 81 const char *Message) in AcpiDsPrintNodePathname() argument 102 if (Message) in AcpiDsPrintNodePathname() 104 ACPI_DEBUG_PRINT_RAW ((ACPI_DB_DISPATCH, "%s ", Message)); in AcpiDsPrintNodePathname()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/ |
| D | DiagnosticRenderer.h | 77 StringRef Message, 87 virtual void emitBasicNote(StringRef Message) = 0; 144 StringRef Message, ArrayRef<CharSourceRange> Ranges, 162 virtual void emitBasicNote(StringRef Message); 176 virtual void emitNote(SourceLocation Loc, StringRef Message,
|
| D | TextDiagnostic.h | 75 StringRef Message, 82 StringRef Message, 100 virtual void emitBasicNote(StringRef Message);
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | LeakDetector.h | 60 static void checkForGarbage(LLVMContext &C, const std::string &Message) { in checkForGarbage() 62 checkForGarbageImpl(C, Message); in checkForGarbage() 87 static void checkForGarbageImpl(LLVMContext &C, const std::string &Message);
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| D | Diagnostics.cpp | 72 Last.Messages.push_back(ErrorContent::Message()); in addError() 165 printMessageToStream(const Diagnostics::ErrorContent::Message &Message, in printMessageToStream() argument 167 maybeAddLineAndColumn(Message.Range, OS); in printMessageToStream() 169 formatErrorString(errorTypeToFormatString(Message.Type), Message.Args, OS); in printMessageToStream()
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | LeakDetector.cpp | 53 const std::string &Message) { in checkForGarbageImpl() argument 61 if (Objects->hasGarbage(Message) | in checkForGarbageImpl() 62 pImpl->LLVMObjects.hasGarbage(Message)) in checkForGarbageImpl()
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | communications | 20 0 string mscdocument Message Sequence Chart (document) 21 0 string msc Message Sequence Chart (chart) 22 0 string submsc Message Sequence Chart (subchart)
|
| /freebsd-10-stable/sys/dev/asr/ |
| D | asr.c | 407 static int ASR_queue(Asr_softc_t *sc, PI2O_MESSAGE_FRAME Message); 525 ASR_fillMessage(void *Message, u_int16_t size) in ASR_fillMessage() argument 529 Message_Ptr = (I2O_MESSAGE_FRAME *)Message; in ASR_fillMessage() 555 ASR_initiateCp(Asr_softc_t *sc, PI2O_MESSAGE_FRAME Message) in ASR_initiateCp() argument 571 asr_set_frame(sc, Message, MessageOffset, in ASR_initiateCp() 572 I2O_MESSAGE_FRAME_getMessageSize(Message)); in ASR_initiateCp() 589 I2O_EXEC_IOP_RESET_MESSAGE Message; in ASR_resetIOP() local 597 Message_Ptr = (PI2O_EXEC_IOP_RESET_MESSAGE)ASR_fillMessage(&Message, in ASR_resetIOP() 638 I2O_EXEC_STATUS_GET_MESSAGE Message; in ASR_getStatus() local 646 Message_Ptr = (PI2O_EXEC_STATUS_GET_MESSAGE)ASR_fillMessage(&Message, in ASR_getStatus() [all …]
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_rpc.c | 98 EVRPC_HEADER(Message, msg, kill) 101 EVRPC_GENERATE(Message, msg, kill) 108 MessageCb(EVRPC_STRUCT(Message)* rpc, void *arg) in MessageCb() 147 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL); in rpc_setup() 161 assert(EVRPC_UNREGISTER(base, Message) == 0); in rpc_teardown() 479 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); in rpc_basic_client() 490 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL); in rpc_basic_client() 501 EVRPC_MAKE_CTX(Message, msg, kill, in rpc_basic_client() 555 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_one, GotKillCbTwo, NULL); in rpc_basic_queued_client() 556 EVRPC_MAKE_REQUEST(Message, pool, msg, kill_two, GotKillCb, NULL); in rpc_basic_queued_client() [all …]
|
| /freebsd-10-stable/usr.bin/mail/misc/ |
| D | mail.rc | 2 ignore Received Message-Id Resent-Message-Id Status Mail-From Return-Path Via
|
| /freebsd-10-stable/sys/mips/rmi/ |
| D | msgring_xls.cfg | 42 * Message ring has an in-built flow control mechanism. Every agent/station on the ring has to 139 // CPU_0 Message Station 205 // CPU_1 Message Station 270 // CPU_2 Message Station 336 // CPU_3 Message Station 401 // GMAC Message Station 488 // Security Message Station 538 // Compression Message Station
|
| D | msgring.cfg | 40 * Message ring has an in-built flow control mechanism. Every agent/station on the ring has to 231 // CPU_0 Message Station 287 // CPU_1 Message Station 344 // CPU_2 Message Station 400 // CPU_3 Message Station 456 // CPU_4 Message Station 512 // CPU_5 Message Station 569 // CPU_6 Message Station 626 // CPU_7 Message Station 683 // GMAC Message Station [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | PrettyStackTrace.h | 30 const char *Message; variable 33 : SM(sm), Loc(L), Message(Msg) {} in PrettyStackTraceLoc()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | IdenticalExprChecker.cpp | 108 StringRef Message; in VisitBinaryOperator() local 110 Message = "comparison of identical expressions always evaluates to true"; in VisitBinaryOperator() 112 Message = "comparison of identical expressions always evaluates to false"; in VisitBinaryOperator() 114 categories::LogicError, Message, ELoc); in VisitBinaryOperator()
|
| /freebsd-10-stable/crypto/openssl/doc/ |
| D | standards.txt | 30 1319 The MD2 Message-Digest Algorithm. B. Kaliski. April 1992. 33 1320 The MD4 Message-Digest Algorithm. R. Rivest. April 1992. (Format: 36 1321 The MD5 Message-Digest Algorithm. R. Rivest. April 1992. (Format: 45 2315 PKCS 7: Cryptographic Message Syntax Version 1.5. B. Kaliski. 122 1421 Privacy Enhancement for Internet Electronic Mail: Part I: Message 147 2511 Internet X.509 Certificate Request Message Format. M. Myers, C. 239 3274 Compressed Data Content Type for Cryptographic Message Syntax 244 Cryptographic Message Syntax (CMS). S. Blake-Wilson, D. Brown, P. 252 3369 Cryptographic Message Syntax (CMS). R. Housley. August 2002. 256 3370 Cryptographic Message Syntax (CMS) Algorithms. R. Housley. August [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | PrettyDeclStackTrace.h | 35 const char *Message; variable 40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {} in PrettyDeclStackTraceEntry()
|
| /freebsd-10-stable/tools/regression/sysvmsg/ |
| D | README | 3 SysV IPC Message Queue Regression Utility. 5 This regression utility will test the SysV Message Queue facility
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CodeGenAction.cpp | 249 StringRef Message = D.getMessage(); in InlineAsmDiagHandler2() local 250 if (Message.startswith("error: ")) in InlineAsmDiagHandler2() 251 Message = Message.substr(7); in InlineAsmDiagHandler2() 263 Diags.Report(LocCookie, diag::err_fe_inline_asm).AddString(Message); in InlineAsmDiagHandler2() 282 Diags.Report(Loc, diag::err_fe_inline_asm).AddString(Message); in InlineAsmDiagHandler2()
|