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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h50 /// \param[in] error_stream
60 Stream &error_stream) = 0;
72 /// \param[in] error_stream
83 Stream &error_stream) = 0;
H A DClangModulesDeclVendor.cpp55 void DumpDiagnostics(Stream &error_stream);
77 Stream &error_stream) override;
80 Stream &error_stream) override;
134 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { argument
138 error_stream.PutCString(diag.second);
139 error_stream.PutChar('\n');
196 Stream &error_stream) {
200 error_stream.PutCString("error: Couldn't load a module because the module "
239 error_stream.Printf("error: No module map file in %s\n",
258 error_stream
194 AddModule(const SourceModule &module, ModuleVector *exported_modules, Stream &error_stream) argument
343 AddModulesForCompileUnit( CompileUnit &cu, ClangModulesDeclVendor::ModuleVector &exported_modules, Stream &error_stream) argument
[all...]
H A DIRForTarget.h77 /// \param[in] error_stream
84 lldb_private::Stream &error_stream,
499 lldb_private::Stream &error_stream);
H A DClangExpressionSourceCode.cpp338 StreamString error_stream;
341 *sc.comp_unit, modules_for_macros, error_stream);
H A DIRForTarget.cpp73 lldb_private::Stream &error_stream,
79 m_error_stream(error_stream), m_execution_unit(execution_unit),
1540 lldb_private::Stream &error_stream) {
1557 error_stream.Printf("error [IRForTarget internal]: Unhandled "
1578 entry_instruction_finder, error_stream))
1619 entry_instruction_finder, error_stream))
1624 error_stream.Printf(
1632 error_stream.PutCString("error: Capturing non-local variables in "
1639 error_stream.Printf(
70 IRForTarget(lldb_private::ClangExpressionDeclMap *decl_map, bool resolve_vars, lldb_private::IRExecutionUnit &execution_unit, lldb_private::Stream &error_stream, const char *func_name) argument
1536 UnfoldConstant(Constant *old_constant, llvm::Function *llvm_function, FunctionValueCache &value_maker, FunctionValueCache &entry_instruction_finder, lldb_private::Stream &error_stream) argument
H A DClangUserExpression.cpp373 StreamString error_stream; local
376 *sc.comp_unit, modules_for_macros, error_stream);
H A DClangExpressionParser.cpp134 StreamString error_stream; variable
1234 auto &error_stream = target->GetDebugger().GetErrorStream(); local
1236 *execution_unit_sp, error_stream,
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp48 llvm::raw_string_ostream error_stream(error);
55 channel_then_categories.GetArgumentArrayRef(), error_stream);
58 channel, error_stream.str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp168 llvm::raw_string_ostream error_stream(error);
171 m_options.log_options, error_stream);
172 result.GetErrorStream() << error_stream.str();
239 llvm::raw_string_ostream error_stream(error);
241 error_stream))
243 result.GetErrorStream() << error_stream.str();
H A DCommandObjectExpression.h69 Stream *error_stream,
H A DCommandObjectExpression.cpp362 Stream *error_stream,
419 if (error_stream && !m_fixed_expression.empty() &&
422 error_stream->Printf(" Fix-it applied, fixed expression was: \n %s\n",
459 error_stream->PutCString("(void)\n");
470 error_stream->PutCString("error: ");
471 error_stream->Write(error_cstr, error_cstr_len);
473 error_stream->EOL();
475 error_stream->PutCString("error: unknown error\n");
492 // StreamSP error_stream = io_handler.GetDebugger().GetAsyncErrorStream();
360 EvaluateExpression(llvm::StringRef expr, Stream *output_stream, Stream *error_stream, CommandReturnObject *result) argument
H A DCommandObjectWatchpointCommand.cpp292 StreamSP error_stream(debugger.GetAsyncErrorStream());
294 result.SetImmediateErrorStream(error_stream);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp204 llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) {
207 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel);
212 : GetFlags(error_stream, *iter, categories);
219 llvm::raw_ostream &error_stream) {
222 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel);
227 : GetFlags(error_stream, *iter, categories);
201 EnableLogChannel( const std::shared_ptr<llvm::raw_ostream> &log_stream_sp, uint32_t log_options, llvm::StringRef channel, llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) argument
217 DisableLogChannel(llvm::StringRef channel, llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c103 svn_cmdline_init(const char *progname, FILE *error_stream) argument
123 if (error_stream)
124 fprintf(error_stream, "%s: error: cannot open '/dev/null'\n",
134 if (error_stream)
135 setvbuf(error_stream, NULL, _IONBF, 0);
194 if (error_stream)
213 fprintf(error_stream,
226 if (error_stream)
230 fprintf(error_stream,
246 if (error_stream)
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h107 llvm::raw_ostream &error_stream);
111 llvm::raw_ostream &error_stream);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_cmdline.h52 * If @a error_stream is non-NULL, print error messages to the stream,
54 * line-buffered mode, and @a error_stream to unbuffered mode. Return
62 FILE *error_stream);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp123 llvm::raw_svector_ostream error_stream(error_msg);
124 Jobs.Print(error_stream, "; ", true);
126 << error_stream.str();
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcorefile.c232 error_stream (tmp_stream);
H A Ddefs.h913 extern NORETURN void error_stream (struct ui_file *) ATTR_NORETURN;
H A Dutils.c611 error_stream (tmp_stream);
662 error_stream (struct ui_file *stream)
660 error_stream (struct ui_file *stream) function
H A Dbreakpoint.c1157 error_stream (tmp_error_stream);
6993 error_stream(tmp_error_stream);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp639 StreamSP error_stream(debugger.GetAsyncErrorStream());
641 result.SetImmediateErrorStream(error_stream);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h223 llvm::raw_ostream &error_stream);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1159 llvm::raw_ostream &error_stream) {
1183 error_stream << "Unable to open log file: " << ec.message();
1198 error_stream);
1156 EnableLog(llvm::StringRef channel, llvm::ArrayRef<const char *> categories, llvm::StringRef log_file, uint32_t log_options, llvm::raw_ostream &error_stream) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1597 llvm::raw_string_ostream error_stream(error);
1599 log_options, error_stream);

Completed in 401 milliseconds