Home
last modified time | relevance | path

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

12

/external/curl/src/
Dtool_filetime.c32 curl_off_t getfiletime(const char *filename, FILE *error_stream) in getfiletime() argument
55 fprintf(error_stream, in getfiletime()
63 fprintf(error_stream, in getfiletime()
71 fprintf(error_stream, in getfiletime()
82 fprintf(error_stream, in getfiletime()
92 FILE *error_stream) in setfiletime() argument
105 fprintf(error_stream, in setfiletime()
124 fprintf(error_stream, in setfiletime()
132 fprintf(error_stream, in setfiletime()
143 fprintf(error_stream, in setfiletime()
[all …]
Dtool_filetime.h26 curl_off_t getfiletime(const char *filename, FILE *error_stream);
31 FILE *error_stream);
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp57 void DumpDiagnostics(Stream &error_stream);
90 Stream &error_stream) override;
93 Stream &error_stream) override;
154 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) { in DumpDiagnostics() argument
158 error_stream.PutCString(diag.second); in DumpDiagnostics()
159 error_stream.PutChar('\n'); in DumpDiagnostics()
227 Stream &error_stream) { in AddModule() argument
231 error_stream.PutCString("error: Couldn't load a module because the module " in AddModule()
270 error_stream.Printf("error: No module map file in %s\n", in AddModule()
289 error_stream.Printf("error: Header search couldn't locate module %s\n", in AddModule()
[all …]
DClangModulesDeclVendor.h59 Stream &error_stream) = 0;
82 Stream &error_stream) = 0;
DIRForTarget.h87 lldb_private::Stream &error_stream,
502 lldb_private::Stream &error_stream);
DIRForTarget.cpp73 lldb_private::Stream &error_stream, in IRForTarget() argument
79 m_error_stream(error_stream), m_execution_unit(execution_unit), in IRForTarget()
1536 lldb_private::Stream &error_stream) { in UnfoldConstant() argument
1553 error_stream.Printf("error [IRForTarget internal]: Unhandled " in UnfoldConstant()
1574 entry_instruction_finder, error_stream)) in UnfoldConstant()
1615 entry_instruction_finder, error_stream)) in UnfoldConstant()
1620 error_stream.Printf( in UnfoldConstant()
1628 error_stream.PutCString("error: Capturing non-local variables in " in UnfoldConstant()
1635 error_stream.Printf( in UnfoldConstant()
DClangUserExpression.cpp377 StreamString error_stream; in SetupDeclVendor() local
382 error_stream)) in SetupDeclVendor()
386 if (!error_stream.Empty()) { in SetupDeclVendor()
391 error_stream.GetString()); in SetupDeclVendor()
DClangExpressionSourceCode.cpp337 StreamString error_stream; in GetText() local
340 *sc.comp_unit, modules_for_macros, error_stream); in GetText()
DClangExpressionParser.cpp135 StreamString error_stream; in moduleImport() local
1388 StreamString error_stream; in PrepareForExecution() local
1390 *execution_unit_sp, error_stream, in PrepareForExecution()
1394 err.SetErrorString(error_stream.GetString()); in PrepareForExecution()
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc56 llvm::raw_string_ostream error_stream(error); in RunPassPipelineOnModule() local
57 if (failed(mlir::parsePassPipeline(pass_pipeline, pm, error_stream))) { in RunPassPipelineOnModule()
59 ("Invalid pass_pipeline: " + error_stream.str()).c_str()); in RunPassPipelineOnModule()
219 llvm::raw_string_ostream error_stream(error); in ExperimentalConvertSavedModelV1ToMlir() local
257 llvm::raw_string_ostream error_stream(error); in ExperimentalRunPassPipeline() local
259 if (failed(mlir::parsePassPipeline(pass_pipeline, pm, error_stream))) { in ExperimentalRunPassPipeline()
261 ("Invalid pass_pipeline: " + error_stream.str()).c_str()); in ExperimentalRunPassPipeline()
/external/llvm-project/lldb/tools/lldb-server/
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()
/external/tensorflow/tensorflow/compiler/xla/
Dstatus_macros.h61 explicit MakeErrorStreamWithOutput(MakeErrorStream* error_stream) in MakeErrorStreamWithOutput() argument
62 : wrapped_error_stream_(error_stream) {} in MakeErrorStreamWithOutput()
116 MakeErrorStream* error_stream, bool is_logged_by_default = true);
118 const char* file, int line, MakeErrorStream* error_stream);
Dstatus_macros.cc96 MakeErrorStream* error_stream, in Impl() argument
105 make_error_stream_with_output_wrapper_(error_stream) {} in Impl()
110 MakeErrorStream* error_stream) in Impl() argument
123 make_error_stream_with_output_wrapper_(error_stream) { in Impl()
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc145 std::ostringstream error_stream; in GetFullMethodName() local
146 error_stream << "Ambiguous method names: "; in GetFullMethodName()
147 error_stream << method_descriptor->full_name() << " "; in GetFullMethodName()
148 error_stream << method_desc->full_name(); in GetFullMethodName()
149 LogError(error_stream.str()); in GetFullMethodName()
/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.cpp168 llvm::raw_string_ostream error_stream(error); in DoExecute() local
171 m_options.log_options, error_stream); in DoExecute()
172 result.GetErrorStream() << error_stream.str(); in DoExecute()
239 llvm::raw_string_ostream error_stream(error); in DoExecute() local
241 error_stream)) in DoExecute()
243 result.GetErrorStream() << error_stream.str(); in DoExecute()
DCommandObjectExpression.cpp405 Stream &error_stream, in EvaluateExpression() argument
425 error_stream.Printf(" Fix-it applied, fixed expression was: \n %s\n", in EvaluateExpression()
461 error_stream.PutCString("(void)\n"); in EvaluateExpression()
471 error_stream.PutCString("error: "); in EvaluateExpression()
472 error_stream.Write(error_cstr, error_cstr_len); in EvaluateExpression()
474 error_stream.EOL(); in EvaluateExpression()
476 error_stream.PutCString("error: unknown error\n"); in EvaluateExpression()
DCommandObjectExpression.h85 Stream &error_stream, CommandReturnObject &result);
DCommandObjectWatchpointCommand.cpp292 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
294 result.SetImmediateErrorStream(error_stream); in WatchpointOptionsCallbackFunction()
/external/llvm-project/lldb/source/Utility/
DLog.cpp204 llvm::ArrayRef<const char *> categories, llvm::raw_ostream &error_stream) { in EnableLogChannel() argument
207 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in EnableLogChannel()
212 : GetFlags(error_stream, *iter, categories); in EnableLogChannel()
219 llvm::raw_ostream &error_stream) { in DisableLogChannel() argument
222 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DisableLogChannel()
227 : GetFlags(error_stream, *iter, categories); in DisableLogChannel()
/external/llvm-project/flang/lib/Frontend/
DFrontendActions.cpp22 llvm::raw_string_ostream error_stream{buf}; in ExecuteAction() local
29 sf = allSources.Open(path, error_stream); in ExecuteAction()
/external/llvm-project/flang/unittests/Frontend/
DCompilerInstanceTest.cpp47 llvm::raw_string_ostream error_stream{buf}; in TEST() local
50 compInst.allSources().Open(testFilePath, error_stream); in TEST()
/external/llvm-project/lldb/unittests/Utility/
DLogTest.cpp35 llvm::raw_string_ostream error_stream(error); in EnableChannel() local
37 error_stream); in EnableChannel()
44 llvm::raw_string_ostream error_stream(error); in DisableChannel() local
45 return Log::DisableLogChannel(channel, categories, error_stream); in DisableChannel()
/external/llvm-project/lldb/include/lldb/Utility/
DLog.h107 llvm::raw_ostream &error_stream);
111 llvm::raw_ostream &error_stream);
/external/clang/lib/Tooling/
DTooling.cpp71 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
72 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
74 << error_stream.str(); in getCC1Arguments()
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp123 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
124 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
126 << error_stream.str(); in getCC1Arguments()

12