| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | iresolve.cc | 158 f->shape = gfc_get_shape (1); in resolve_bound() 499 f->shape = gfc_get_shape (1); in gfc_resolve_bessel_n2() 1588 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul() 1597 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul() 1607 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul() 1681 f->shape = gfc_get_shape (1); in gfc_resolve_maxloc() 1691 f->shape = gfc_get_shape (f->rank); in gfc_resolve_maxloc() 1790 f->shape = gfc_get_shape (1); in gfc_resolve_findloc() 1800 f->shape = gfc_get_shape (f->rank); in gfc_resolve_findloc() 1881 f->shape = gfc_get_shape (f->rank); in gfc_resolve_maxval() [all …]
|
| H A D | simplify.cc | 267 e->shape = gfc_get_shape (1); in is_constant_array_expr() 1408 result->shape = gfc_get_shape (1); in gfc_simplify_bessel_n2() 4262 e->shape = gfc_get_shape (1); in simplify_bound() 4397 e->shape = gfc_get_shape (1); in simplify_cobound() 4780 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul() 4791 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul() 4802 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul() 4947 result->shape = gfc_get_shape (1); in gfc_simplify_merge() 5350 result->shape = gfc_get_shape(1); in new_array() 6453 result->shape = gfc_get_shape (1); in gfc_simplify_pack() [all …]
|
| H A D | target-memory.cc | 543 e->shape = gfc_get_shape (e->rank); in gfc_interpret_derived()
|
| H A D | arith.cc | 1350 r->shape = gfc_get_shape (op1->rank); in reduce_binary_ac() 1402 r->shape = gfc_get_shape (op2->rank); in reduce_binary_ca()
|
| H A D | expr.cc | 822 new_shape = gfc_get_shape (rank); in gfc_copy_shape() 861 s = new_shape = gfc_get_shape (rank - 1); in gfc_copy_shape_excluding() 1533 expr->shape = gfc_get_shape (rank); in find_array_section()
|
| H A D | module.cc | 3573 shape = gfc_get_shape (rank); in mio_shape() 6975 sym->value->shape = gfc_get_shape (1); in create_int_parameter_array()
|
| H A D | decl.cc | 914 expr->shape = gfc_get_shape (as->rank); in match_clist_expr() 2138 init->shape = gfc_get_shape (1); in add_init_expr_to_sym() 2255 array->shape = gfc_get_shape (sym->as->rank); in add_init_expr_to_sym()
|
| H A D | gfortran.h | 2611 #define gfc_get_shape(rank) (XCNEWVEC (mpz_t, (rank))) macro
|
| H A D | trans-io.cc | 2177 ss_array->shape = gfc_get_shape (cm->as->rank); in transfer_array_component()
|
| H A D | frontend-passes.cc | 1345 new_e->shape = gfc_get_shape (new_e->rank); in traverse_io_block()
|
| H A D | ChangeLog-2004 | 1266 * gfortran.h (gfc_get_shape): Bugfix.
|
| H A D | resolve.cc | 2314 expr->shape = gfc_get_shape (rank); in resolve_elemental_actual() 5531 e->shape = gfc_get_shape (e->rank); in expression_shape()
|
| H A D | openmp.cc | 1159 e->shape = gfc_get_shape (1); in gfc_match_iterator()
|
| H A D | trans-expr.cc | 8513 lss_array->shape = gfc_get_shape (cm->as->rank); in gfc_trans_subarray_assign()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | iresolve.c | 158 f->shape = gfc_get_shape (1); in resolve_bound() 491 f->shape = gfc_get_shape (1); in gfc_resolve_bessel_n2() 1572 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul() 1581 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul() 1591 f->shape = gfc_get_shape (f->rank); in gfc_resolve_matmul() 1664 f->shape = gfc_get_shape (1); in gfc_resolve_maxloc() 1674 f->shape = gfc_get_shape (f->rank); in gfc_resolve_maxloc() 1772 f->shape = gfc_get_shape (1); in gfc_resolve_findloc() 1782 f->shape = gfc_get_shape (f->rank); in gfc_resolve_findloc() 1862 f->shape = gfc_get_shape (f->rank); in gfc_resolve_maxval() [all …]
|
| H A D | simplify.c | 1376 result->shape = gfc_get_shape (1); in gfc_simplify_bessel_n2() 4229 e->shape = gfc_get_shape (1); in simplify_bound() 4364 e->shape = gfc_get_shape (1); in simplify_cobound() 4672 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul() 4683 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul() 4694 result->shape = gfc_get_shape (result->rank); in gfc_simplify_matmul() 4833 result->shape = gfc_get_shape (1); in gfc_simplify_merge() 5219 result->shape = gfc_get_shape(1); in new_array() 6322 result->shape = gfc_get_shape (1); in gfc_simplify_pack() 6805 result->shape = gfc_get_shape (rank); in gfc_simplify_reshape() [all …]
|
| H A D | target-memory.c | 543 e->shape = gfc_get_shape (e->rank); in gfc_interpret_derived()
|
| H A D | expr.c | 814 new_shape = gfc_get_shape (rank); in gfc_copy_shape() 853 s = new_shape = gfc_get_shape (rank - 1); in gfc_copy_shape_excluding() 1523 expr->shape = gfc_get_shape (rank); in find_array_section()
|
| H A D | gfortran.h | 2322 #define gfc_get_shape(rank) (XCNEWVEC (mpz_t, (rank))) macro
|
| H A D | module.c | 3422 shape = gfc_get_shape (rank); in mio_shape() 6764 sym->value->shape = gfc_get_shape (1); in create_int_parameter_array()
|
| H A D | decl.c | 914 expr->shape = gfc_get_shape (as->rank); in match_clist_expr() 2056 init->shape = gfc_get_shape (1); in add_init_expr_to_sym() 2165 array->shape = gfc_get_shape (sym->as->rank); in add_init_expr_to_sym()
|
| H A D | trans-io.c | 2152 ss_array->shape = gfc_get_shape (cm->as->rank); in transfer_array_component()
|
| H A D | frontend-passes.c | 1345 new_e->shape = gfc_get_shape (new_e->rank); in traverse_io_block()
|
| H A D | resolve.c | 2273 expr->shape = gfc_get_shape (rank); in resolve_elemental_actual() 5446 e->shape = gfc_get_shape (e->rank); in expression_shape()
|
| H A D | trans-expr.c | 7970 lss_array->shape = gfc_get_shape (cm->as->rank); in gfc_trans_subarray_assign()
|