Home
last modified time | relevance | path

Searched refs:error_stream (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp57 void DumpDiagnostics(Stream &error_stream);
90 Stream &error_stream) override;
93 Stream &error_stream) override;
158 error_stream.PutCString(diag.second); in DumpDiagnostics()
159 error_stream.PutChar('\n'); in DumpDiagnostics()
224 Stream &error_stream) { in AddModule() argument
265 error_stream.Printf("error: No module map file in %s\n", in AddModule()
315 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule()
326 diagnostic_consumer->DumpDiagnostics(error_stream); in AddModule()
327 error_stream.Printf("error: Couldn't load submodule %s\n", in AddModule()
[all …]
H A DClangModulesDeclVendor.h59 Stream &error_stream) = 0;
82 Stream &error_stream) = 0;
H A DIRForTarget.h87 lldb_private::Stream &error_stream,
481 lldb_private::Stream &error_stream);
H A DIRForTarget.cpp72 lldb_private::Stream &error_stream, in IRForTarget() argument
75 m_decl_map(decl_map), m_error_stream(error_stream), in IRForTarget()
1529 lldb_private::Stream &error_stream) { in UnfoldConstant() argument
1546 error_stream.Printf("error [IRForTarget internal]: Unhandled " in UnfoldConstant()
1567 entry_instruction_finder, error_stream)) in UnfoldConstant()
1602 entry_instruction_finder, error_stream)) in UnfoldConstant()
1607 error_stream.Printf( in UnfoldConstant()
1615 error_stream.PutCString("error: Capturing non-local variables in " in UnfoldConstant()
1622 error_stream.Printf( in UnfoldConstant()
H A DClangUserExpression.cpp378 StreamString error_stream; in SetupDeclVendor() local
383 error_stream)) in SetupDeclVendor()
387 if (!error_stream.Empty()) { in SetupDeclVendor()
392 error_stream.GetString()); in SetupDeclVendor()
H A DClangExpressionSourceCode.cpp342 StreamString error_stream; in GetText() local
345 *sc.comp_unit, modules_for_macros, error_stream); in GetText()
H A DClangExpressionParser.cpp135 StreamString error_stream; in moduleImport() local
1399 StreamString error_stream; in PrepareForExecution() local
1401 *execution_unit_sp, error_stream, in PrepareForExecution()
1405 err.SetErrorString(error_stream.GetString()); in PrepareForExecution()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp48 llvm::raw_string_ostream error_stream(error); in SetupLogging() local
55 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging()
58 channel, error_stream.str()); in SetupLogging()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp167 llvm::raw_string_ostream error_stream(error); in DoExecute() local
170 m_options.log_options, error_stream); in DoExecute()
171 result.GetErrorStream() << error_stream.str(); in DoExecute()
237 llvm::raw_string_ostream error_stream(error); in DoExecute() local
239 error_stream)) in DoExecute()
241 result.GetErrorStream() << error_stream.str(); in DoExecute()
H A DCommandObjectExpression.cpp399 Stream &error_stream, in EvaluateExpression() argument
425 error_stream.Printf(" Fix-it applied, fixed expression was: \n %s\n", in EvaluateExpression()
460 error_stream.PutCString("(void)\n"); in EvaluateExpression()
470 error_stream.PutCString("error: "); in EvaluateExpression()
471 error_stream.Write(error_cstr, error_cstr_len); in EvaluateExpression()
473 error_stream.EOL(); in EvaluateExpression()
475 error_stream.PutCString("error: unknown error\n"); in EvaluateExpression()
H A DCommandObjectExpression.h85 Stream &error_stream, CommandReturnObject &result);
H A DCommandObjectWatchpointCommand.cpp294 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
296 result.SetImmediateErrorStream(error_stream); in WatchpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp205 llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) { in EnableLogChannel() argument
208 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in EnableLogChannel()
213 : GetFlags(error_stream, *iter, categories); in EnableLogChannel()
220 llvm::raw_ostream &error_stream) { in DisableLogChannel() argument
223 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DisableLogChannel()
228 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c123 if (error_stream) in svn_cmdline_init()
134 if (error_stream) in svn_cmdline_init()
135 setvbuf(error_stream, NULL, _IONBF, 0); in svn_cmdline_init()
194 if (error_stream) in svn_cmdline_init()
213 fprintf(error_stream, in svn_cmdline_init()
226 if (error_stream) in svn_cmdline_init()
230 fprintf(error_stream, in svn_cmdline_init()
246 if (error_stream) in svn_cmdline_init()
255 if (error_stream) in svn_cmdline_init()
256 fprintf(error_stream, in svn_cmdline_init()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp130 llvm::raw_svector_ostream error_stream(error_msg); in main() local
131 Jobs.Print(error_stream, "; ", true); in main()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h107 llvm::raw_ostream &error_stream);
111 llvm::raw_ostream &error_stream);
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_cmdline.h61 FILE *error_stream);
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp152 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
153 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
155 << error_stream.str(); in getCC1Arguments()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp638 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local
640 result.SetImmediateErrorStream(error_stream); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h269 llvm::raw_ostream &error_stream);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1227 llvm::raw_ostream &error_stream) { in EnableLog() argument
1254 error_stream << "Unable to open log file '" << log_file in EnableLog()
1271 error_stream); in EnableLog()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp412 StreamString error_stream; in AttachWaitProcess() local
413 error_stream.Format( in AttachWaitProcess()
417 error_stream.Format("{0}, ", loop_process_list[i].GetProcessID()); in AttachWaitProcess()
419 error_stream.Format("{0}.", loop_process_list.back().GetProcessID()); in AttachWaitProcess()
422 error.SetErrorString(error_stream.GetString()); in AttachWaitProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1672 llvm::raw_string_ostream error_stream(error); in EnableLog() local
1674 log_options, error_stream); in EnableLog()