Array             171 src/Buffer.h       template<typename Array, size_t N>
Array             172 src/Buffer.h       explicit Buffer(Array (&vals)[N],
Array             317 src/Introspection.cpp         while (t->type == TypeInfo::Array) {
Array             347 src/Introspection.cpp             if (v.type && v.type->type == TypeInfo::Array && v.type->size) {
Array             451 src/Introspection.cpp                 } else if (parent.type->type == TypeInfo::Array) {
Array             533 src/Introspection.cpp             if (t->type == TypeInfo::Array) {
Array             678 src/Introspection.cpp             if (type && type->type == TypeInfo::Array && type->size) {
Array            1430 src/Introspection.cpp                             type_info.type = TypeInfo::Array;
Array            1499 src/Introspection.cpp                             type_stack.back().first.type == TypeInfo::Array) {
Array            1503 src/Introspection.cpp                                    type_stack.back().first.type == TypeInfo::Array) {
Array            1709 src/Introspection.cpp                 } else if (t->type == TypeInfo::Array) {
Array             276 src/runtime/HalideBuffer.h     template<typename Array, size_t N>
Array             277 src/runtime/HalideBuffer.h     void initialize_shape_from_array_shape(int next, Array (&vals)[N]) {
Array             294 src/runtime/HalideBuffer.h     template<typename Array, size_t N>
Array             295 src/runtime/HalideBuffer.h     static int dimensionality_of_array(Array (&vals)[N]) {
Array             305 src/runtime/HalideBuffer.h     template<typename Array, size_t N>
Array             306 src/runtime/HalideBuffer.h     static halide_type_t scalar_type_of_array(Array (&vals)[N]) {
Array             769 src/runtime/HalideBuffer.h     template<typename Array, size_t N>
Array             770 src/runtime/HalideBuffer.h     explicit Buffer(Array (&vals)[N]) {
Array              21 test/generator/image_from_array_aottest.cpp template<typename Array, size_t N>
Array              22 test/generator/image_from_array_aottest.cpp vector<int> dimension_sizes(Array (&vals)[N], vector<int> sizes = vector<int>()) {
Array              37 test/generator/image_from_array_aottest.cpp template<typename Array, size_t N>
Array              38 test/generator/image_from_array_aottest.cpp typename remove_all_extents<Array>::type const * first_of_array(Array (&vals)[N]) {
Array              94 test/generator/image_from_array_aottest.cpp template<typename Array, typename T = typename remove_all_extents<Array>::type>
Array              95 test/generator/image_from_array_aottest.cpp void verify_image_construction_from_array(Array &vals) {