Home
last modified time | relevance | path

Searched refs:emit_to_stream (Results 1 – 4 of 4) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCompilerLogger.h60 virtual std::ostream &emit_to_stream(std::ostream &o) = 0;
95 std::ostream &emit_to_stream(std::ostream &o) override;
H A DCompilerLogger.cpp256 std::ostream &JSONCompilerLogger::emit_to_stream(std::ostream &o) { in emit_to_stream() function in Halide::Internal::JSONCompilerLogger
H A DModule.cpp695 get_compiler_logger()->emit_to_stream(file); in compile()
701 get_compiler_logger()->emit_to_stream(std::cerr); in compile()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/PS/
H A DPDF.pm262 sub emit_to_stream subroutine
546 $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);