Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp63 void DumpDiagnostics(Stream &error_stream);
102 Stream &error_stream) override;
105 Stream &error_stream) override;
169 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { in DumpDiagnostics() argument
173 error_stream.PutCString(diag.second); in DumpDiagnostics()
174 error_stream.PutChar('\n'); in DumpDiagnostics()
284 Stream &error_stream) { in AddModule() argument
288 error_stream.PutCString("error: Couldn't load a module because the module " in AddModule()
325 error_stream.Printf("error: No module map file in %s\n", in AddModule()
344 error_stream.Printf("error: Header search couldn't locate module %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.cpp75 lldb_private::Stream &error_stream, in IRForTarget() argument
78 m_decl_map(decl_map), m_error_stream(error_stream), in IRForTarget()
1483 lldb_private::Stream &error_stream) { in UnfoldConstant() argument
1500 error_stream.Printf("error [IRForTarget internal]: Unhandled " in UnfoldConstant()
1521 entry_instruction_finder, error_stream)) in UnfoldConstant()
1556 entry_instruction_finder, error_stream)) in UnfoldConstant()
1561 error_stream.Printf( in UnfoldConstant()
1569 error_stream.PutCString("error: Capturing non-local variables in " in UnfoldConstant()
1576 error_stream.Printf( in UnfoldConstant()
H A DClangUserExpression.cpp375 StreamString error_stream; in SetupDeclVendor() local
380 error_stream)) in SetupDeclVendor()
384 if (!error_stream.Empty()) { in SetupDeclVendor()
389 error_stream.GetString()); in SetupDeclVendor()
H A DClangExpressionSourceCode.cpp376 StreamString error_stream; in GetText() local
379 *sc.comp_unit, modules_for_macros, error_stream); in GetText()
H A DClangExpressionParser.cpp136 StreamString error_stream; in moduleImport() local
1390 StreamString error_stream; in PrepareForExecution() local
1392 *execution_unit_sp, error_stream, in PrepareForExecution()
1396 err.SetErrorString(error_stream.GetString()); in PrepareForExecution()
/openbsd-src/usr.sbin/nsd/
H A Dverify.c147 assert(fd == verifier->error_stream.fd); in verify_handle_stream()
148 stream = &verifier->error_stream; in verify_handle_stream()
209 close_stream(verifier, &verifier->error_stream); in close_verifier()
506 verifier->error_stream.fd = fderr; in verify_zone()
507 verifier->error_stream.cnt = 0; in verify_zone()
508 verifier->error_stream.off = 0; in verify_zone()
509 verifier->error_stream.buf[0] = '\0'; in verify_zone()
510 event_set(&verifier->error_stream.event, in verify_zone()
511 verifier->error_stream.fd, in verify_zone()
515 event_base_set(nsd->event_base, &verifier->error_stream.event); in verify_zone()
[all …]
H A Dverify.h67 struct verifier_stream error_stream; member
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp64 llvm::raw_string_ostream error_stream(error); in SetupLogging() local
71 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging()
74 channel, error_stream.str()); in SetupLogging()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DLog.cpp214 llvm::raw_ostream &error_stream) { in EnableLogChannel() argument
217 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in EnableLogChannel()
222 : GetFlags(error_stream, *iter, categories); in EnableLogChannel()
229 llvm::raw_ostream &error_stream) { in DisableLogChannel() argument
232 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DisableLogChannel()
237 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
244 llvm::raw_ostream &error_stream) { in DumpLogChannel() argument
247 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DumpLogChannel()
251 error_stream << llvm::formatv( in DumpLogChannel()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp190 llvm::raw_string_ostream error_stream(error); in DoExecute() local
194 error_stream); in DoExecute()
195 result.GetErrorStream() << error_stream.str(); in DoExecute()
261 llvm::raw_string_ostream error_stream(error); in DoExecute() local
263 error_stream)) in DoExecute()
265 result.GetErrorStream() << error_stream.str(); in DoExecute()
417 llvm::raw_string_ostream error_stream(error); in DoExecute() local
418 if (Log::DumpLogChannel(channel, *stream_up, error_stream)) { in DoExecute()
422 result.GetErrorStream() << error_stream.str(); in DoExecute()
H A DCommandObjectExpression.cpp388 Stream &error_stream, in EvaluateExpression() argument
413 error_stream.Printf(" Fix-it applied, fixed expression was: \n %s\n", in EvaluateExpression()
448 error_stream.PutCString("(void)\n"); in EvaluateExpression()
458 error_stream.PutCString("error: "); in EvaluateExpression()
459 error_stream.Write(error_cstr, error_cstr_len); in EvaluateExpression()
461 error_stream.EOL(); in EvaluateExpression()
463 error_stream.PutCString("error: unknown error\n"); in EvaluateExpression()
470 error_stream.Printf("error: unknown error\n"); in EvaluateExpression()
H A DCommandObjectExpression.h85 Stream &error_stream, CommandReturnObject &result);
H A DCommandObjectWatchpointCommand.cpp264 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
266 result.SetImmediateErrorStream(error_stream); in WatchpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp126 llvm::raw_svector_ostream error_stream(error_msg); in main() local
127 Jobs.Print(error_stream, "; ", true); in main()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DLog.h184 llvm::raw_ostream &error_stream);
188 llvm::raw_ostream &error_stream);
192 llvm::raw_ostream &error_stream);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcorefile.c229 error_stream (tmp_stream); in memory_error()
H A Ddefs.h906 extern NORETURN void error_stream (struct ui_file *) ATTR_NORETURN;
H A Dutils.c623 error_stream (tmp_stream); in verror()
674 error_stream (struct ui_file *stream) in error_stream() function
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp628 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local
630 result.SetImmediateErrorStream(error_stream); in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h247 llvm::raw_ostream &error_stream);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1449 llvm::raw_ostream &error_stream) { in EnableLog() argument
1475 error_stream << "Unable to open log file '" << log_file in EnableLog()
1492 error_stream); in EnableLog()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp442 StreamString error_stream; in AttachWaitProcess() local
443 error_stream.Format( in AttachWaitProcess()
447 error_stream.Format("{0}, ", loop_process_list[i].GetProcessID()); in AttachWaitProcess()
449 error_stream.Format("{0}.", loop_process_list.back().GetProcessID()); in AttachWaitProcess()
452 error.SetErrorString(error_stream.GetString()); in AttachWaitProcess()

12