/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-types.c | 1792 tree fat_type, decl, arraytype, *chain = NULL; in gfc_get_array_descriptor_base() local 1847 arraytype = in gfc_get_array_descriptor_base() 1854 arraytype, &chain); in gfc_get_array_descriptor_base() 1887 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; in gfc_get_array_type_bounds() local 1987 arraytype = build_pointer_type (etype); in gfc_get_array_type_bounds() 1989 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT); in gfc_get_array_type_bounds() 1991 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype; in gfc_get_array_type_bounds() 2003 arraytype = build_array_type (etype, rtype); in gfc_get_array_type_bounds() 2004 arraytype = build_pointer_type (arraytype); in gfc_get_array_type_bounds() 2006 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT); in gfc_get_array_type_bounds() [all …]
|
H A D | trans-array.c | 1484 tree arraytype = TREE_TYPE (GFC_TYPE_ARRAY_DATAPTR_TYPE (type)); in gfc_trans_create_temp_array() local 1485 if (! TYPE_NAME (arraytype)) in gfc_trans_create_temp_array() 1486 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL, in gfc_trans_create_temp_array() 1487 NULL_TREE, arraytype); in gfc_trans_create_temp_array() 1489 arraytype, TYPE_NAME (arraytype))); in gfc_trans_create_temp_array() 3135 tree arraytype = TREE_TYPE ( in gfc_conv_ss_descriptor() local 3137 if (! TYPE_NAME (arraytype)) in gfc_conv_ss_descriptor() 3138 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL, in gfc_conv_ss_descriptor() 3139 NULL_TREE, arraytype); in gfc_conv_ss_descriptor() 3140 gfc_add_expr_to_block (block, build1 (DECL_EXPR, arraytype, in gfc_conv_ss_descriptor() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-types.cc | 1844 tree fat_type, decl, arraytype, *chain = NULL; in gfc_get_array_descriptor_base() local 1899 arraytype = in gfc_get_array_descriptor_base() 1906 arraytype, &chain); in gfc_get_array_descriptor_base() 1939 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; in gfc_get_array_type_bounds() local 2047 arraytype = build_pointer_type (etype); in gfc_get_array_type_bounds() 2049 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT); in gfc_get_array_type_bounds() 2051 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype; in gfc_get_array_type_bounds() 2063 arraytype = build_array_type (etype, rtype); in gfc_get_array_type_bounds() 2064 arraytype = build_pointer_type (arraytype); in gfc_get_array_type_bounds() 2066 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT); in gfc_get_array_type_bounds() [all …]
|
H A D | trans-array.cc | 1549 tree arraytype = TREE_TYPE (GFC_TYPE_ARRAY_DATAPTR_TYPE (type)); in gfc_trans_create_temp_array() local 1550 if (! TYPE_NAME (arraytype)) in gfc_trans_create_temp_array() 1551 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL, in gfc_trans_create_temp_array() 1552 NULL_TREE, arraytype); in gfc_trans_create_temp_array() 1554 arraytype, TYPE_NAME (arraytype))); in gfc_trans_create_temp_array() 3232 tree arraytype = TREE_TYPE ( in gfc_conv_ss_descriptor() local 3234 if (! TYPE_NAME (arraytype)) in gfc_conv_ss_descriptor() 3235 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL, in gfc_conv_ss_descriptor() 3236 NULL_TREE, arraytype); in gfc_conv_ss_descriptor() 3237 gfc_add_expr_to_block (block, build1 (DECL_EXPR, arraytype, in gfc_conv_ss_descriptor() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-generic.c | 1292 tree arraytype; in vector_element() local 1361 arraytype = build_array_type_nelts (vect_elt_type, elements); in vector_element() 1363 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec), in vector_element()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-generic.cc | 1439 tree arraytype; in vector_element() local 1508 arraytype = build_array_type_nelts (vect_elt_type, elements); in vector_element() 1510 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec), in vector_element()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constexpr.c | 3427 tree arraytype = TREE_TYPE (array); in diag_array_subscript() local 3435 if (TYPE_DOMAIN (arraytype)) in diag_array_subscript() 3437 "of array %qD of type %qT", sidx, array, arraytype); in diag_array_subscript() 3440 "type %qT with unknown bounds", sidx, array, arraytype); in diag_array_subscript() 3443 else if (TYPE_DOMAIN (arraytype)) in diag_array_subscript() 3445 "of array type %qT", sidx, arraytype); in diag_array_subscript() 3448 "with unknown bounds", sidx, arraytype); in diag_array_subscript()
|
H A D | init.c | 3567 tree arraytype, domain; in build_new_1() local 3574 arraytype = build_cplus_array_type (type, domain); in build_new_1() 3575 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 3644 tree arraytype, domain; in build_new_1() local 3651 arraytype = build_cplus_array_type (type, domain); in build_new_1() 3654 vecinit = reshape_init (arraytype, vecinit, complain); in build_new_1() 3658 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
|
H A D | constexpr.cc | 3808 tree arraytype = TREE_TYPE (array); in diag_array_subscript() local 3816 if (TYPE_DOMAIN (arraytype)) in diag_array_subscript() 3818 "of array %qD of type %qT", sidx, array, arraytype); in diag_array_subscript() 3821 "type %qT with unknown bounds", sidx, array, arraytype); in diag_array_subscript() 3824 else if (TYPE_DOMAIN (arraytype)) in diag_array_subscript() 3826 "of array type %qT", sidx, arraytype); in diag_array_subscript() 3829 "with unknown bounds", sidx, arraytype); in diag_array_subscript()
|
H A D | ChangeLog-2018 | 5003 if TYPE_DOMAIN (arraytype) is NULL.
|