Searched refs:ubound (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20090113-1.c5 int ubound; member in struct:descriptor_dimension
27 len = array->dim[dim].ubound + 1 - array->dim[dim].lbound;
31 extent[n] = array->dim[n].ubound + 1 - array->dim[n].lbound;
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-array.c446 specified. This also updates ubound and offset accordingly. */
452 tree offs, ubound, lbound, stride; local
459 ubound = gfc_conv_descriptor_ubound_get (desc, gfc_rank_cst[dim]);
466 /* Shift ubound and offset accordingly. This has to be done before
468 ubound = fold_build2_loc (input_location, PLUS_EXPR, gfc_array_index_type,
469 ubound, diff);
470 gfc_conv_descriptor_ubound_set (block, desc, gfc_rank_cst[dim], ubound);
1121 delta = ubound[n] + 1 - lbound[n];
1251 tree ubound; local
1256 ubound
3974 tree lbound, ubound; local
4854 gfc_conv_array_extent_dim(tree lbound, tree ubound, tree* or_expr) argument
4894 tree ubound; local
4978 gfc_expr *ubound; local
5585 tree ubound; local
5626 tree ubound; local
5906 tree ubound; local
7053 tree ubound = gfc_conv_descriptor_ubound_get (desc, gfc_index_zero_node); local
8192 tree ubound; local
8392 tree ubound; local
[all...]
H A Dtrans-types.c1240 index ubound;
1331 tree ubound[GFC_MAX_DIMENSIONS];
1345 ubound[n] = NULL_TREE;
1355 ubound[n] = gfc_conv_array_bound (as->upper[n]);
1366 ubound[n] = gfc_conv_array_bound (as->upper[n]);
1378 ubound, 0, akind, restricted);
1399 /* Consists of the stride, lbound and ubound members. */
1411 get_identifier ("ubound"),
1831 tree * ubound, int packed,
1893 upper = ubound[
1325 tree ubound[GFC_MAX_DIMENSIONS]; local
1823 gfc_get_array_type_bounds(tree etype, int dimen, int codimen, tree * lbound, tree * ubound, int packed, enum gfc_array_kind akind, bool restricted) argument
[all...]
H A Dtrans-intrinsic.c1032 tree lbound, ubound, tmp; local
1089 ubound = gfc_conv_descriptor_ubound_get (vector, gfc_rank_cst[0]);
1090 nvec = gfc_conv_array_extent_dim (lbound, ubound, NULL);
1444 lbound, ubound, extent, ml; local
1613 ubound = gfc_conv_descriptor_ubound_get (desc, loop_var);
1614 extent = gfc_conv_array_extent_dim (lbound, ubound, NULL);
1671 tree num_images, cond, coindex, type, lbound, ubound, desc, subdesc, local
1708 ubound = gfc_conv_descriptor_ubound_get (desc, gfc_rank_cst[codim]);
1717 ubound);
1737 tree extent, ubound; local
1853 tree ubound; local
5875 tree ubound, lbound; local
9343 tree desc, tmp, extent, lbound, ubound; local
[all...]
H A Dtrans.h861 tree ubound[GFC_MAX_DIMENSIONS]; variable
927 (TYPE_LANG_SPECIFIC(node)->ubound[dim])
H A Dtrans-decl.c889 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest);
907 /* Don't try to use the unknown ubound for the last coarray dimension. */
911 GFC_TYPE_ARRAY_UBOUND (type, dim) = create_index_var ("ubound", nest);
976 tree lbound, ubound; local
978 ubound = GFC_TYPE_ARRAY_UBOUND (type, dim);
979 rtype = build_range_type (gfc_array_index_type, lbound, ubound);
984 the artificial lbound.N or ubound.N DECL_NAME doesn't
995 if (ubound && TREE_CODE (ubound) == VAR_DECL
996 && DECL_ARTIFICIAL (ubound)
[all...]
H A Dtrans-expr.c1904 tree lbound, ubound, extent, tmp, img_idx; local
1931 ubound = gfc_conv_descriptor_ubound_get (desc, gfc_rank_cst[i]);
1932 tmp = gfc_conv_array_extent_dim (lbound, ubound, NULL);
1954 ubound = GFC_TYPE_ARRAY_UBOUND (TREE_TYPE (desc), i);
1955 ubound = fold_convert (integer_type_node, ubound);
1957 integer_type_node, ubound, lbound);
3955 /* TODO These implementations of lbound and ubound do not limit if
3965 ubound/lbounds. */
6727 /* Shift the lbound and ubound o
7817 tree lbound, ubound; local
[all...]
H A Dtrans-stmt.c750 tree desc, tmp, extent, lbound, ubound; local
784 ubound = gfc_conv_descriptor_ubound_get (desc, gfc_rank_cst[i]);
785 tmp = gfc_conv_array_extent_dim (lbound, ubound, NULL);
948 tree desc, tmp, extent, lbound, ubound; local
982 ubound = gfc_conv_descriptor_ubound_get (desc, gfc_rank_cst[i]);
983 tmp = gfc_conv_array_extent_dim (lbound, ubound, NULL);
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dexpr.c18586 ffebld ubound;
18666 ubound = ffebld_right (ffebld_head (ffeexpr_stack_->bound_list));
18667 assert (ubound != NULL);
18668 if (ffebld_op (ubound) == FFEBLD_opCONTER)
18671 uval = ffebld_constant_integerdefault (ffebld_conter (ubound));
18585 ffebld ubound; local
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dtarget-supports.exp1276 integer,parameter:: maxFP = real_kinds(ubound(real_kinds,dim=1))

Completed in 319 milliseconds