Home
last modified time | relevance | path

Searched refs:arraytype (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbtypes.h1078 #define TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED(arraytype) \ argument
1079 TYPE_HIGH_BOUND_UNDEFINED(TYPE_INDEX_TYPE(arraytype))
1080 #define TYPE_ARRAY_LOWER_BOUND_IS_UNDEFINED(arraytype) \ argument
1081 TYPE_LOW_BOUND_UNDEFINED(TYPE_INDEX_TYPE(arraytype))
1083 #define TYPE_ARRAY_UPPER_BOUND_VALUE(arraytype) \ argument
1084 (TYPE_HIGH_BOUND(TYPE_INDEX_TYPE((arraytype))))
1086 #define TYPE_ARRAY_LOWER_BOUND_VALUE(arraytype) \ argument
1087 (TYPE_LOW_BOUND(TYPE_INDEX_TYPE((arraytype))))
H A Dvalops.c1800 struct type *arraytype; in value_array() local
1819 arraytype = lookup_array_range_type (value_enclosing_type (elemvec[0]), in value_array()
1824 val = allocate_value (arraytype); in value_array()
1834 val = allocate_value (arraytype); in value_array()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-generic.c526 tree arraytype; in vector_element() local
603 arraytype = build_array_type_nelts (vect_elt_type, elements); in vector_element()
605 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec), in vector_element()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c2299 tree arraytype = TREE_TYPE (array); in diag_array_subscript() local
2306 if (TYPE_DOMAIN (arraytype)) in diag_array_subscript()
2308 "of array %qD of type %qT", sidx, array, arraytype); in diag_array_subscript()
2311 "type %qT with unknown bounds", sidx, array, arraytype); in diag_array_subscript()
2314 else if (TYPE_DOMAIN (arraytype)) in diag_array_subscript()
2316 "of array type %qT", sidx, arraytype); in diag_array_subscript()
2319 "with unknown bounds", sidx, arraytype); in diag_array_subscript()
H A Dinit.c3372 tree arraytype, domain; in build_new_1() local
3379 arraytype = build_cplus_array_type (type, domain); in build_new_1()
3380 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-generic.c1203 tree arraytype; in vector_element() local
1272 arraytype = build_array_type_nelts (vect_elt_type, elements); in vector_element()
1274 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec), in vector_element()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dinit.c2562 tree arraytype, domain; in build_new_1() local
2573 arraytype = build_cplus_array_type (type, domain); in build_new_1()
2574 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()