Searched refs:arraytype (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c1799 tree fat_type, decl, arraytype, *chain = NULL;
1854 arraytype =
1861 arraytype, &chain);
1894 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype;
1994 arraytype = build_pointer_type (etype);
1996 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT);
1998 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype;
2010 arraytype = build_array_type (etype, rtype);
2011 arraytype
1792 tree fat_type, decl, arraytype, *chain = NULL; local
1887 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; local
[all...]
H A Dtrans-array.c1484 tree arraytype = TREE_TYPE (GFC_TYPE_ARRAY_DATAPTR_TYPE (type)); local
1485 if (! TYPE_NAME (arraytype))
1486 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
1487 NULL_TREE, arraytype);
1489 arraytype, TYPE_NAME (arraytype)));
3135 tree arraytype = TREE_TYPE ( local
3137 if (! TYPE_NAME (arraytype))
3138 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
3139 NULL_TREE, arraytype);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc1851 tree fat_type, decl, arraytype, *chain = NULL;
1906 arraytype =
1913 arraytype, &chain);
1946 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype;
2054 arraytype = build_pointer_type (etype);
2056 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT);
2058 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype;
2070 arraytype = build_array_type (etype, rtype);
2071 arraytype
1844 tree fat_type, decl, arraytype, *chain = NULL; local
1939 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; local
[all...]
H A Dtrans-array.cc1549 tree arraytype = TREE_TYPE (GFC_TYPE_ARRAY_DATAPTR_TYPE (type)); local
1550 if (! TYPE_NAME (arraytype))
1551 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
1552 NULL_TREE, arraytype);
1554 arraytype, TYPE_NAME (arraytype)));
3232 tree arraytype = TREE_TYPE ( local
3234 if (! TYPE_NAME (arraytype))
3235 TYPE_NAME (arraytype) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
3236 NULL_TREE, arraytype);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalops.c1603 struct type *arraytype;
1623 arraytype = lookup_array_range_type (value_enclosing_type (elemvec[0]),
1628 val = allocate_value (arraytype);
1638 val = allocate_value (arraytype);
1602 struct type *arraytype; local
H A Drust-lang.c1518 struct type *arraytype
1520 result = allocate_value (arraytype);
1513 struct type *arraytype local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drust-lang.c1357 struct type *arraytype
1359 return allocate_value (arraytype);
1352 struct type *arraytype local
H A Dvalops.c1695 struct type *arraytype;
1715 arraytype = lookup_array_range_type (value_enclosing_type (elemvec[0]),
1720 val = allocate_value (arraytype);
1730 val = allocate_value (arraytype);
1694 struct type *arraytype; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c1293 tree arraytype;
1362 arraytype = build_array_type_nelts (vect_elt_type, elements);
1364 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec),
1292 tree arraytype; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc1434 tree arraytype;
1503 arraytype = build_array_type_nelts (vect_elt_type, elements);
1505 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec),
1433 tree arraytype; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc3642 tree arraytype, domain;
3649 arraytype = build_cplus_array_type (type, domain);
3652 vecinit = reshape_init (arraytype, vecinit, complain);
3656 vecinit = digest_init (arraytype, vecinit, complain);
3640 tree arraytype, domain; local
H A Dconstexpr.cc3808 tree arraytype = TREE_TYPE (array); local
3816 if (TYPE_DOMAIN (arraytype))
3818 "of array %qD of type %qT", sidx, array, arraytype);
3821 "type %qT with unknown bounds", sidx, array, arraytype);
3824 else if (TYPE_DOMAIN (arraytype))
3826 "of array type %qT", sidx, arraytype);
3829 "with unknown bounds", sidx, arraytype);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c3427 tree arraytype = TREE_TYPE (array); local
3435 if (TYPE_DOMAIN (arraytype))
3437 "of array %qD of type %qT", sidx, array, arraytype);
3440 "type %qT with unknown bounds", sidx, array, arraytype);
3443 else if (TYPE_DOMAIN (arraytype))
3445 "of array type %qT", sidx, arraytype);
3448 "with unknown bounds", sidx, arraytype);
H A Dinit.c3569 tree arraytype, domain;
3576 arraytype = build_cplus_array_type (type, domain);
3577 vecinit = digest_init (arraytype, vecinit, complain);
3567 tree arraytype, domain; local

Completed in 280 milliseconds