DLLEXPORT          17 test/correctness/c_function.cpp extern "C" DLLEXPORT float my_func(int x, float y) {
DLLEXPORT          24 test/correctness/c_function.cpp extern "C" DLLEXPORT float my_func2(int x, float y) {
DLLEXPORT          30 test/correctness/c_function.cpp extern "C" DLLEXPORT float my_func3(int x, float y) {
DLLEXPORT          13 test/correctness/compute_at_split_rvar.cpp extern "C" DLLEXPORT int count(int x) {
DLLEXPORT          35 test/correctness/custom_lowering_pass.cpp extern "C" DLLEXPORT float record_float_mul(float arg) {
DLLEXPORT          11 test/correctness/extern_bounds_inference.cpp extern "C" DLLEXPORT int translate(halide_buffer_t *in, int dx, int dy, halide_buffer_t *out) {
DLLEXPORT          14 test/correctness/extern_consumer.cpp extern "C" DLLEXPORT
DLLEXPORT          13 test/correctness/extern_error.cpp extern "C" DLLEXPORT
DLLEXPORT          20 test/correctness/extern_error.cpp extern "C" DLLEXPORT
DLLEXPORT          11 test/correctness/extern_output_expansion.cpp extern "C" DLLEXPORT int extern_stage(halide_buffer_t *in, halide_buffer_t *out) {
DLLEXPORT          26 test/correctness/extern_producer.cpp extern "C" DLLEXPORT int make_data(halide_buffer_t *out) {
DLLEXPORT          62 test/correctness/extern_producer.cpp extern "C" DLLEXPORT int make_data_multi(halide_buffer_t *out1, halide_buffer_t *out2) {
DLLEXPORT          14 test/correctness/extern_sort.cpp extern "C" DLLEXPORT int sort_buffer(halide_buffer_t *in, halide_buffer_t *out) {
DLLEXPORT          10 test/correctness/extern_stage.cpp extern "C" DLLEXPORT int flip_x(halide_buffer_t *in1, halide_buffer_t *in2, halide_buffer_t *out) {
DLLEXPORT          14 test/correctness/handle.cpp extern "C" DLLEXPORT
DLLEXPORT          16 test/correctness/image_of_lists.cpp extern "C" DLLEXPORT std::list<int> *list_create(int) {
DLLEXPORT          22 test/correctness/image_of_lists.cpp extern "C" DLLEXPORT std::list<int> *list_maybe_insert(std::list<int> *list, bool insert, int value) {
DLLEXPORT          13 test/correctness/lazy_convolution.cpp extern "C" DLLEXPORT float call_counter(float x) {
DLLEXPORT          16 test/correctness/loop_invariant_extern_calls.cpp extern "C" DLLEXPORT int my_func(int counter, int x) {
DLLEXPORT          20 test/correctness/make_struct.cpp extern "C" DLLEXPORT int check_struct(struct_t *s) {
DLLEXPORT          16 test/correctness/many_small_extern_stages.cpp extern "C" DLLEXPORT int copy(halide_buffer_t *in, halide_buffer_t *out) {
DLLEXPORT          19 test/correctness/memoize.cpp extern "C" DLLEXPORT int count_calls(halide_buffer_t *out) {
DLLEXPORT          29 test/correctness/memoize.cpp extern "C" DLLEXPORT int count_calls_with_arg(uint8_t val, halide_buffer_t *out) {
DLLEXPORT          39 test/correctness/memoize.cpp extern "C" DLLEXPORT int count_calls_with_arg_parallel(uint8_t val, halide_buffer_t *out) {
DLLEXPORT          49 test/correctness/memoize.cpp extern "C" DLLEXPORT int count_calls_staged(int32_t stage, uint8_t val, halide_buffer_t *in, halide_buffer_t *out) {
DLLEXPORT          13 test/correctness/pipeline_set_jit_externs_func.cpp extern "C" DLLEXPORT float my_func(int x, float y) {
DLLEXPORT          15 test/correctness/process_some_tiles.cpp extern "C" DLLEXPORT float my_powf(float x, float y) {
DLLEXPORT          25 test/correctness/side_effects.cpp extern "C" DLLEXPORT int draw_pixel(int x, int y, int val) {
DLLEXPORT          15 test/correctness/skip_stages.cpp extern "C" DLLEXPORT int call_counter(int x, int idx) {
DLLEXPORT          14 test/correctness/skip_stages_external_array_functions.cpp extern "C" DLLEXPORT int call_counter(halide_buffer_t *input, int x, int idx, halide_buffer_t *output) {
DLLEXPORT          14 test/correctness/sliding_backwards.cpp extern "C" DLLEXPORT int count(int arg) {
DLLEXPORT          13 test/correctness/sliding_reduction.cpp extern "C" DLLEXPORT int call_count(int x) {
DLLEXPORT          13 test/correctness/sliding_window.cpp extern "C" DLLEXPORT int call_counter(int x, int y) {
DLLEXPORT          33 test/opengl/varying.cpp extern "C" DLLEXPORT const Variable *record_varying(const Variable *op) {