| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ |
| D | ClangUserExpression.cpp | 415 ClangUserExpression::Parse (Stream &error_stream, in Parse() argument 430 error_stream.Printf("warning: %s\n", err.AsCString()); in Parse() 455 error_stream.PutCString ("error: couldn't construct expression body"); in Parse() 470 error_stream.PutCString ("error: invalid target\n"); in Parse() 504 … error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n"); in Parse() 519 unsigned num_errors = parser.Parse (error_stream); in Parse() 523 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Parse() 553 error_stream.Printf ("error: %s\n", error_cstr); in Parse() 555 error_stream.Printf ("error: expression can't be interpreted or run\n"); in Parse() 601 ClangUserExpression::PrepareToExecuteJITExpression (Stream &error_stream, in PrepareToExecuteJITExpression() argument [all …]
|
| D | ClangUtilityFunction.cpp | 69 ClangUtilityFunction::Install (Stream &error_stream, in Install() argument 74 error_stream.PutCString("error: already installed\n"); in Install() 86 error_stream.PutCString ("error: invalid target\n"); in Install() 94 error_stream.PutCString ("error: invalid process\n"); in Install() 108 … error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n"); in Install() 114 unsigned num_errors = parser.Parse (error_stream); in Install() 118 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Install() 162 error_stream.Printf ("error: %s\n", error_cstr); in Install() 164 error_stream.Printf ("error: expression can't be interpreted or run\n"); in Install()
|
| D | IRDynamicChecks.cpp | 52 DynamicCheckerFunctions::Install(Stream &error_stream, in Install() argument 57 if (!m_valid_pointer_check->Install(error_stream, exe_ctx)) in Install() 70 if (!m_objc_object_check->Install(error_stream, exe_ctx)) in Install()
|
| D | ClangExpressionParser.cpp | 506 Stream *error_stream = NULL; in PrepareForExecution() local 509 error_stream = target->GetDebugger().GetErrorFile().get(); in PrepareForExecution() 514 error_stream, in PrepareForExecution()
|
| D | IRForTarget.cpp | 98 lldb_private::Stream *error_stream, in IRForTarget() argument 109 m_error_stream(error_stream), in IRForTarget()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectExpression.cpp | 262 Stream *error_stream, in EvaluateExpression() argument 328 error_stream->PutCString("(void)\n"); in EvaluateExpression() 342 error_stream->PutCString ("error: "); in EvaluateExpression() 343 error_stream->Write(error_cstr, error_cstr_len); in EvaluateExpression() 345 error_stream->EOL(); in EvaluateExpression() 349 error_stream->PutCString ("error: unknown error\n"); in EvaluateExpression() 360 error_stream->Printf ("error: invalid execution context for expression\n"); in EvaluateExpression()
|
| D | CommandObjectExpression.h | 97 Stream *error_stream,
|
| D | CommandObjectWatchpointCommand.cpp | 278 StreamSP error_stream (debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local 280 result.SetImmediateErrorStream (error_stream); in WatchpointOptionsCallbackFunction()
|
| D | CommandObjectBreakpointCommand.cpp | 301 StreamSP error_stream (debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local 303 result.SetImmediateErrorStream (error_stream); in BreakpointOptionsCallbackFunction()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| D | ClangUserExpression.h | 105 Parse (Stream &error_stream, 147 Execute (Stream &error_stream, 177 FinalizeJITExecution (Stream &error_stream, 319 PrepareToExecuteJITExpression (Stream &error_stream,
|
| D | ClangUtilityFunction.h | 70 Install (Stream &error_stream, ExecutionContext &exe_ctx);
|
| D | IRDynamicChecks.h | 75 bool Install (Stream &error_stream,
|
| D | IRForTarget.h | 98 lldb_private::Stream *error_stream,
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | cmdline.c | 95 svn_cmdline_init(const char *progname, FILE *error_stream) in svn_cmdline_init() argument 115 if (error_stream) in svn_cmdline_init() 116 fprintf(error_stream, "%s: error: cannot open '/dev/null'\n", in svn_cmdline_init() 126 if (error_stream) in svn_cmdline_init() 127 setvbuf(error_stream, NULL, _IONBF, 0); in svn_cmdline_init() 186 if (error_stream) in svn_cmdline_init() 205 fprintf(error_stream, in svn_cmdline_init() 218 if (error_stream) in svn_cmdline_init() 222 fprintf(error_stream, in svn_cmdline_init() 238 if (error_stream) in svn_cmdline_init() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/ |
| D | Tooling.cpp | 73 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local 74 Jobs.Print(error_stream, "; ", true); in getCC1Arguments() 76 << error_stream.str(); in getCC1Arguments()
|
| /freebsd-10-stable/contrib/subversion/subversion/include/ |
| D | svn_cmdline.h | 61 FILE *error_stream);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | Debugger.h | 258 …hannel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream);
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | corefile.c | 228 error_stream (tmp_stream); in memory_error()
|
| D | defs.h | 910 extern NORETURN void error_stream (struct ui_file *) ATTR_NORETURN;
|
| D | utils.c | 609 error_stream (tmp_stream); in verror() 660 error_stream (struct ui_file *stream) in error_stream() function
|
| D | linespec.c | 164 error_stream (tmp_stream); in cplusplus_error()
|
| D | breakpoint.c | 1153 error_stream (tmp_error_stream); in insert_breakpoints() 6979 error_stream(tmp_error_stream); in delete_breakpoint()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | Debugger.cpp | 2584 …channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) in EnableLog() argument 2617 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream); in EnableLog() 2625 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories)) in EnableLog() 2631 error_stream.Printf ("Invalid log channel '%s'.\n", channel); in EnableLog() 2637 error_stream.Printf ("Invalid log channel '%s'.\n", channel); in EnableLog()
|