set_custom_print 2924 src/Func.cpp       pipeline().set_custom_print(cust_print);
set_custom_print  822 src/Func.h         EXPORT void set_custom_print(void (*handler)(void *, const char *));
set_custom_print  297 src/Pipeline.h     EXPORT void set_custom_print(void (*handler)(void *, const char *));
set_custom_print   40 test/correctness/gpu_assertion_in_kernel.cpp     g.set_custom_print(&my_print);
set_custom_print   37 test/correctness/gpu_object_lifetime_1.cpp         f.set_custom_print(halide_print);
set_custom_print   43 test/correctness/gpu_object_lifetime_2.cpp         h.set_custom_print(halide_print);
set_custom_print   53 test/correctness/gpu_object_lifetime_3.cpp         output.set_custom_print(halide_print);
set_custom_print   51 test/correctness/leak_device_memory.cpp             f.set_custom_print(halide_print);
set_custom_print   34 test/correctness/print.cpp         f.set_custom_print(halide_print);
set_custom_print   67 test/correctness/print.cpp         f.set_custom_print(halide_print);
set_custom_print  111 test/correctness/print.cpp         f.set_custom_print(halide_print);
set_custom_print  153 test/correctness/print.cpp         f.set_custom_print(halide_print);
set_custom_print  176 test/correctness/print.cpp         g.set_custom_print(halide_print);
set_custom_print  121 test/performance/memory_profiler.cpp         f1.set_custom_print(&my_print);
set_custom_print  142 test/performance/memory_profiler.cpp         f2.set_custom_print(&my_print);
set_custom_print  160 test/performance/memory_profiler.cpp         f3.set_custom_print(&my_print);
set_custom_print  177 test/performance/memory_profiler.cpp         f3.set_custom_print(&my_print);
set_custom_print  204 test/performance/memory_profiler.cpp         f6.set_custom_print(&my_print);
set_custom_print  257 test/performance/memory_profiler.cpp         f8.set_custom_print(&my_print);
set_custom_print  283 test/performance/memory_profiler.cpp         f10.set_custom_print(&my_print);
set_custom_print  304 test/performance/memory_profiler.cpp         f11.set_custom_print(&my_print);
set_custom_print  325 test/performance/memory_profiler.cpp         f12.set_custom_print(&my_print);
set_custom_print   43 test/performance/profiler.cpp     out.set_custom_print(&my_print);