for_each_element_task_dim 1664 src/runtime/HalideBuffer.h     static void for_each_element_variadic(int, int, const for_each_element_task_dim *, Fn &&f, Args... args) {
for_each_element_task_dim 1673 src/runtime/HalideBuffer.h     static void for_each_element_variadic(double, int d, const for_each_element_task_dim *t, Fn &&f, Args... args) {
for_each_element_task_dim 1711 src/runtime/HalideBuffer.h     static void for_each_element_array_helper(int, const for_each_element_task_dim *t, Fn &&f, int *pos) {
for_each_element_task_dim 1722 src/runtime/HalideBuffer.h     static void for_each_element_array_helper(double, const for_each_element_task_dim *t, Fn &&f, int *pos) {
for_each_element_task_dim 1732 src/runtime/HalideBuffer.h     static void for_each_element_array(int d, const for_each_element_task_dim *t, Fn &&f, int *pos) {
for_each_element_task_dim 1758 src/runtime/HalideBuffer.h     static void for_each_element(int, int dims, const for_each_element_task_dim *t, Fn &&f, int check = 0) {
for_each_element_task_dim 1767 src/runtime/HalideBuffer.h     static void for_each_element(double, int dims, const for_each_element_task_dim *t, Fn &&f) {
for_each_element_task_dim 1832 src/runtime/HalideBuffer.h         for_each_element_task_dim *t =
for_each_element_task_dim 1833 src/runtime/HalideBuffer.h             (for_each_element_task_dim *)HALIDE_ALLOCA(dimensions() * sizeof(for_each_element_task_dim));