Home
last modified time | relevance | path

Searched defs:error_stream (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp50 llvm::raw_string_ostream error_stream(error); in SetupLogging() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectLog.cpp173 llvm::raw_string_ostream error_stream(error); in DoExecute() local
239 llvm::raw_string_ostream error_stream(error); in DoExecute() local
H A DCommandObjectExpression.cpp388 Stream *error_stream, in EvaluateExpression()
H A DCommandObjectWatchpointCommand.cpp292 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp131 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { in DumpDiagnostics()
188 Stream &error_stream) { in AddModule()
303 Stream &error_stream) { in AddModulesForCompileUnit()
H A DClangExpressionParser.cpp120 StreamString error_stream; in moduleImport() local
1123 Stream *error_stream = NULL; in PrepareForExecution() local
H A DClangUserExpression.cpp368 StreamString error_stream; in SetupDeclVendor() local
H A DIRForTarget.cpp72 lldb_private::Stream &error_stream, in IRForTarget()
1709 lldb_private::Stream &error_stream) { in UnfoldConstant()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp109 llvm::raw_string_ostream error_stream(error_string); in Format() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp207 llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) { in EnableLogChannel()
222 llvm::raw_ostream &error_stream) { in DisableLogChannel()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp222 StreamString error_stream; in GetText() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp660 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp97 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c96 svn_cmdline_init(const char *progname, FILE *error_stream) in svn_cmdline_init()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1264 llvm::raw_string_ostream error_stream(error); in EnableLog() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1247 llvm::raw_ostream &error_stream) { in EnableLog()
/freebsd-12.1/contrib/gdb/gdb/
H A Dutils.c660 error_stream (struct ui_file *stream) in error_stream() function