Lines Matching defs:ubound
1100 tree lbound, ubound, tmp;
1157 ubound = gfc_conv_descriptor_ubound_get (vector, gfc_rank_cst[0]);
1158 nvec = gfc_conv_array_extent_dim (lbound, ubound, NULL);
2367 lbound, ubound, extent, ml;
2537 ubound = gfc_conv_descriptor_ubound_get (desc, loop_var);
2538 extent = gfc_conv_array_extent_dim (lbound, ubound, NULL);
2673 tree num_images, cond, coindex, type, lbound, ubound, desc, subdesc,
2710 ubound = gfc_conv_descriptor_ubound_get (desc, gfc_rank_cst[codim]);
2719 ubound);
2739 tree extent, ubound;
2743 ubound = gfc_conv_descriptor_ubound_get (desc, gfc_rank_cst[codim]);
2744 extent = gfc_conv_array_extent_dim (lbound, ubound, NULL);
2937 tree ubound;
2993 (op == GFC_ISYM_UBOUND) ? "UBOUND" : "LBOUND",
3027 ubound = gfc_conv_descriptor_ubound_get (desc, bound);
3030 gfc_array_index_type, ubound, lbound);
3045 13.14.113: Result value for UBOUND
3048 whole array or array structure component, UBOUND(ARRAY, DIM)
3065 (assumed_rank_lb_one ? size : ubound),
3093 argument associated with and assumed size array, has the ubound
3094 of the final dimension set to -1 and UBOUND must return this.
3108 /* Descriptors for assumed-size arrays have ubound = -1
3111 logical_type_node, ubound, minus_one);
3262 /* ubound = lbound + num_images() - 1. */
11183 /* The LBOUND, LCOBOUND, UBOUND, UCOBOUND, and SHAPE intrinsics with
12087 tree desc, tmp, extent, lbound, ubound;
12120 ubound = gfc_conv_descriptor_ubound_get (desc, gfc_rank_cst[i]);
12121 tmp = gfc_conv_array_extent_dim (lbound, ubound, NULL);