| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 57 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 D | ClangModulesDeclVendor.h | 59 Stream &error_stream) = 0; 82 Stream &error_stream) = 0;
|
| H A D | IRForTarget.h | 87 lldb_private::Stream &error_stream, 481 lldb_private::Stream &error_stream);
|
| H A D | IRForTarget.cpp | 72 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 D | ClangUserExpression.cpp | 378 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 D | ClangExpressionSourceCode.cpp | 342 StreamString error_stream; in GetText() local 345 *sc.comp_unit, modules_for_macros, error_stream); in GetText()
|
| H A D | ClangExpressionParser.cpp | 135 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 D | LLDBServerUtilities.cpp | 48 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 D | CommandObjectLog.cpp | 167 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 D | CommandObjectExpression.cpp | 399 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 D | CommandObjectExpression.h | 85 Stream &error_stream, CommandReturnObject &result);
|
| H A D | CommandObjectWatchpointCommand.cpp | 294 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 D | Log.cpp | 205 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 D | cmdline.c | 123 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 D | ClangSrcLocDump.cpp | 130 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 D | Log.h | 107 llvm::raw_ostream &error_stream); 111 llvm::raw_ostream &error_stream);
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_cmdline.h | 61 FILE *error_stream);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 152 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 D | BreakpointOptions.cpp | 638 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 D | Debugger.h | 269 llvm::raw_ostream &error_stream);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1227 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 D | GDBRemoteCommunicationServerLLGS.cpp | 412 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 D | SBDebugger.cpp | 1672 llvm::raw_string_ostream error_stream(error); in EnableLog() local 1674 log_options, error_stream); in EnableLog()
|