Lines Matching defs:elements
767 * elements.
773 "have same number of elements",
2965 unsigned elements = type->is_array() ? type->arrays_of_arrays_size() : 1;
2966 unsigned max_index = qual_binding + elements - 1;
2975 * an array of size N, all elements of the array from binding through
2984 qual_binding, elements,
2995 * N, all elements of the array from binding through binding + N – 1 must
3002 qual_binding, elements,
3011 * with an array of size N, all elements of the array from binding
3019 "(%u)", qual_binding, elements, limit);
7397 * This means that we actually need to count the number of elements in the
7398 * 'declarations' list in each of the elements.