Searched refs:gfc_conv_array_lbound (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-array.h | 158 tree gfc_conv_array_lbound (tree, int);
|
H A D | trans-io.c | 767 gfc_conv_array_lbound (array, rank)); in gfc_convert_array_to_string() 1792 gfc_conv_array_lbound (decl, n_dim), in transfer_namelist_element() 2159 ss_array->start[n] = gfc_conv_array_lbound (expr, n); in transfer_array_component()
|
H A D | trans-array.c | 3262 gfc_conv_array_lbound (tree descriptor, int dim) in gfc_conv_array_lbound() function 3331 tmp_lo = gfc_conv_array_lbound (descriptor, n); in trans_array_bound_check() 3357 tmp_lo = gfc_conv_array_lbound (descriptor, n); in trans_array_bound_check() 3852 tmp = gfc_conv_array_lbound (se->expr, n); in gfc_conv_array_ref() 4359 *output = lbound ? gfc_conv_array_lbound (desc, dim) : in evaluate_bound() 4642 lbound = gfc_conv_array_lbound (desc, dim); in gfc_conv_ss_startstride() 7862 tmp = gfc_conv_array_lbound (desc, n); in gfc_conv_expr_descriptor() 7917 tmp = gfc_conv_array_lbound (desc, n); in gfc_conv_expr_descriptor()
|
H A D | trans-expr.c | 7976 lss_array->start[n] = gfc_conv_array_lbound (dest, n); in gfc_trans_subarray_assign()
|
H A D | trans-intrinsic.c | 1408 gfc_conv_array_lbound ( in conv_expr_ref_to_caf_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-array.h | 159 tree gfc_conv_array_lbound (tree, int);
|
H A D | trans-io.cc | 767 gfc_conv_array_lbound (array, rank)); in gfc_convert_array_to_string() 1817 gfc_conv_array_lbound (decl, n_dim), in transfer_namelist_element() 2184 ss_array->start[n] = gfc_conv_array_lbound (expr, n); in transfer_array_component()
|
H A D | trans-array.cc | 3359 gfc_conv_array_lbound (tree descriptor, int dim) in gfc_conv_array_lbound() function 3428 tmp_lo = gfc_conv_array_lbound (descriptor, n); in trans_array_bound_check() 3454 tmp_lo = gfc_conv_array_lbound (descriptor, n); in trans_array_bound_check() 3942 tmp = gfc_conv_array_lbound (decl, n); in gfc_conv_array_ref() 4463 *output = lbound ? gfc_conv_array_lbound (desc, dim) : in evaluate_bound() 4749 lbound = gfc_conv_array_lbound (desc, dim); in gfc_conv_ss_startstride() 7990 tmp = gfc_conv_array_lbound (desc, n); in gfc_conv_expr_descriptor()
|
H A D | ChangeLog-2015 | 664 zero lower bound from the gfc_conv_array_lbound () routine.
|
H A D | trans-expr.cc | 8519 lss_array->start[n] = gfc_conv_array_lbound (dest, n); in gfc_trans_subarray_assign()
|
H A D | trans-intrinsic.cc | 1416 gfc_conv_array_lbound ( in conv_expr_ref_to_caf_ref()
|