Searched refs:emit_to_stream (Results 1 – 4 of 4) sorted by relevance
60 virtual std::ostream &emit_to_stream(std::ostream &o) = 0;95 std::ostream &emit_to_stream(std::ostream &o) override;
256 std::ostream &JSONCompilerLogger::emit_to_stream(std::ostream &o) { in emit_to_stream() function in Halide::Internal::JSONCompilerLogger
695 get_compiler_logger()->emit_to_stream(file); in compile()701 get_compiler_logger()->emit_to_stream(std::cerr); in compile()
262 sub emit_to_stream subroutine546 $self-> emit_to_stream( $unicode_stream, <<UNICODE);572 $self-> emit_to_stream( $unicode_stream, scalar(@section). " beginbfchar\n");573 $self-> emit_to_stream( $unicode_stream, join("\n", @section ));574 $self-> emit_to_stream( $unicode_stream, "\nendbfchar\n");576 $self-> emit_to_stream( $unicode_stream, <<UNICODE);