| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | dependency.c | 901 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR) in gfc_ref_needs_temporary_p() 2182 if (lref->u.ar.dimen_type[n] == DIMEN_VECTOR in gfc_dep_resolver() 2183 || rref->u.ar.dimen_type[n] == DIMEN_VECTOR) in gfc_dep_resolver() 2185 if (lref->u.ar.dimen_type[n] == DIMEN_VECTOR in gfc_dep_resolver() 2186 && rref->u.ar.dimen_type[n] == DIMEN_VECTOR in gfc_dep_resolver()
|
| H A D | data.c | 810 case DIMEN_VECTOR: in gfc_get_section_index()
|
| H A D | expr.c | 797 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_has_vector_index() 1562 if (ref->u.ar.dimen_type[d] == DIMEN_VECTOR) /* Vector subscript. */ in find_array_section() 1691 if (ref->u.ar.dimen_type[d] == DIMEN_VECTOR) /* Vector subscript. */ in find_array_section() 5792 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_is_coarray() 5974 if (ar->dimen_type[i] == DIMEN_VECTOR) in gfc_is_simply_contiguous() 6432 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_check_vardef_context()
|
| H A D | array.c | 2393 case DIMEN_VECTOR: in gfc_ref_dimen_size()
|
| H A D | trans-array.c | 2871 if (info->ref->u.ar.dimen_type[dim] != DIMEN_VECTOR in set_vector_loop_bounds() 3414 case DIMEN_VECTOR: in conv_array_index_offset() 4382 if (ar->dimen_type[dim] == DIMEN_VECTOR) in gfc_conv_section_startstride() 5066 if (lref->u.ar.dimen_type[dim] == DIMEN_VECTOR) in gfc_conv_resolve_dependencies() 11202 case DIMEN_VECTOR: in gfc_walk_array_ref()
|
| H A D | gfortran.h | 1968 DIMEN_ELEMENT = 1, DIMEN_RANGE, DIMEN_VECTOR, DIMEN_STAR, DIMEN_THIS_IMAGE, DIMEN_UNKNOWN enumerator
|
| H A D | resolve.c | 4611 case DIMEN_VECTOR: in check_dimension() 4987 ar->dimen_type[i] = DIMEN_VECTOR; in resolve_array_ref() 5058 || ar->dimen_type[i] == DIMEN_VECTOR) in resolve_array_ref() 5507 || ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_expression_rank() 8080 case DIMEN_VECTOR: in resolve_allocate_expr() 10960 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR in resolve_ordinary_assign()
|
| H A D | trans-io.c | 2614 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR) in gfc_trans_transfer()
|
| H A D | check.c | 1506 if (target->ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_check_associated()
|
| H A D | interface.c | 2997 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_has_vector_subscript()
|
| H A D | match.c | 6197 || ref->u.ar.dimen_type[i] == DIMEN_VECTOR in copy_ts_from_selector_to_associate()
|
| H A D | frontend-passes.c | 3739 if (ar->dimen_type[i] == DIMEN_VECTOR) in gfc_has_dimen_vector_ref()
|
| H A D | trans-intrinsic.c | 1142 case DIMEN_VECTOR: in conv_caf_vector_subscript() 1558 case DIMEN_VECTOR: in conv_expr_ref_to_caf_ref()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | dependency.cc | 902 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR) in gfc_ref_needs_temporary_p() 2199 if (lref->u.ar.dimen_type[n] == DIMEN_VECTOR in gfc_dep_resolver() 2200 || rref->u.ar.dimen_type[n] == DIMEN_VECTOR) in gfc_dep_resolver() 2202 if (lref->u.ar.dimen_type[n] == DIMEN_VECTOR in gfc_dep_resolver() 2203 && rref->u.ar.dimen_type[n] == DIMEN_VECTOR in gfc_dep_resolver()
|
| H A D | data.cc | 836 case DIMEN_VECTOR: in gfc_get_section_index()
|
| H A D | expr.cc | 805 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_has_vector_index() 1572 if (ref->u.ar.dimen_type[d] == DIMEN_VECTOR) /* Vector subscript. */ in find_array_section() 1701 if (ref->u.ar.dimen_type[d] == DIMEN_VECTOR) /* Vector subscript. */ in find_array_section() 5832 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_is_coarray() 6024 if (ar->dimen_type[i] == DIMEN_VECTOR) in gfc_is_simply_contiguous() 6501 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_check_vardef_context()
|
| H A D | array.cc | 2405 case DIMEN_VECTOR: in gfc_ref_dimen_size()
|
| H A D | trans-array.cc | 2967 if (info->ref->u.ar.dimen_type[dim] != DIMEN_VECTOR in set_vector_loop_bounds() 3511 case DIMEN_VECTOR: in conv_array_index_offset() 4486 if (ar->dimen_type[dim] == DIMEN_VECTOR) in gfc_conv_section_startstride() 5174 if (lref->u.ar.dimen_type[dim] == DIMEN_VECTOR) in gfc_conv_resolve_dependencies() 11451 case DIMEN_VECTOR: in gfc_walk_array_ref()
|
| H A D | resolve.cc | 4697 case DIMEN_VECTOR: in check_dimension() 5073 ar->dimen_type[i] = DIMEN_VECTOR; in resolve_array_ref() 5144 || ar->dimen_type[i] == DIMEN_VECTOR) in resolve_array_ref() 5592 || ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_expression_rank() 8204 case DIMEN_VECTOR: in resolve_allocate_expr() 11117 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR in resolve_ordinary_assign()
|
| H A D | gfortran.h | 2233 DIMEN_ELEMENT = 1, DIMEN_RANGE, DIMEN_VECTOR, DIMEN_STAR, DIMEN_THIS_IMAGE, DIMEN_UNKNOWN enumerator
|
| H A D | trans-io.cc | 2639 if (ref->u.ar.dimen_type[n] == DIMEN_VECTOR) in gfc_trans_transfer()
|
| H A D | match.cc | 6288 || ref->u.ar.dimen_type[i] == DIMEN_VECTOR in copy_ts_from_selector_to_associate()
|
| H A D | check.cc | 1510 if (target->ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_check_associated()
|
| H A D | frontend-passes.cc | 4017 if (ar->dimen_type[i] == DIMEN_VECTOR) in gfc_has_dimen_vector_ref()
|
| H A D | interface.cc | 3064 if (ref->u.ar.dimen_type[i] == DIMEN_VECTOR) in gfc_has_vector_subscript()
|