Home
last modified time | relevance | path

Searched refs:strip_array_types (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dtree.c1751 t = strip_array_types (t); in pod_type_p()
1788 t = strip_array_types (t); in zero_init_p()
1894 type = strip_array_types (type); in handle_init_priority_attribute()
H A Dinit.c2425 inner_elt_type = strip_array_types (atype); in build_vec_init()
2990 type = strip_array_types (TREE_TYPE (type)); in build_vec_delete()
3002 type = strip_array_types (type); in build_vec_delete()
H A Dclass.c2750 tree type = strip_array_types (TREE_TYPE (field)); in check_field_decl()
2952 type = strip_array_types (type); in check_field_decls()
3316 tree element_type = strip_array_types (type); in walk_subobject_offsets()
H A Dtypeck.c7110 type = strip_array_types (type); in cp_type_quals()
7122 type = strip_array_types (type); in cp_type_readonly()
7131 type = strip_array_types (type); in cp_has_mutable_p()
H A Ddecl2.c1869 tree ftype = strip_array_types (TREE_TYPE (t)); in constrain_class_visibility()
H A DChangeLog-2000162 * tree.c (pod_type_p): Use strip_array_types.
166 (cp_has_mutable_p): Use strip_array_types.
533 (strip_array_types): Likewise.
541 * typeck.c (strip_array_types): Likewise.
H A Dcall.c4029 type = strip_array_types (TREE_TYPE (TREE_TYPE (addr))); in build_op_delete_call()
H A DChangeLog-19993048 * cp-tree.h (strip_array_types): New function.
3059 * typeck.c (strip_array_types): New function.
H A Ddecl.c4966 tree core_type = strip_array_types (type); in check_initializer()
/freebsd-12.1/contrib/gcc/
H A Dc-common.h711 extern tree strip_array_types (tree);
H A Dc-common.c2722 if (TYPE_QUALS (strip_array_types (t)) == type_quals in c_build_qualified_type()
3686 strip_array_types (tree type) in strip_array_types() function
6589 quals = TYPE_QUALS (strip_array_types (elt)); in complete_array_type()
H A Dc-typeck.c369 quals = TYPE_QUALS (strip_array_types (elt)); in composite_type()
1875 quals = TYPE_QUALS (strip_array_types (TREE_TYPE (subdatum))); in build_component_ref()
H A Dc-decl.c4559 element_type = strip_array_types (type); in grokdeclarator()
H A DChangeLog-20004229 (strip_array_types): New function.
4238 (strip_array_types): New function.