Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dtree.c1742 t = strip_array_types (t); in pod_type_p()
1771 t = strip_array_types (t); in zero_init_p()
1877 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()
2976 type = strip_array_types (TREE_TYPE (type)); in build_vec_delete()
2988 type = strip_array_types (type); in build_vec_delete()
H A Dtypeck.c6796 type = strip_array_types (type); in cp_type_quals()
6808 type = strip_array_types (type); in cp_type_readonly()
6817 type = strip_array_types (type); in cp_has_mutable_p()
H A Dclass.c2730 tree type = strip_array_types (TREE_TYPE (field)); in check_field_decl()
2932 type = strip_array_types (type); in check_field_decls()
3296 tree element_type = strip_array_types (type); in walk_subobject_offsets()
H A Ddecl2.c1859 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.c4007 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.c4909 tree core_type = strip_array_types (type); in check_initializer()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c1873 t = strip_array_types (t);
1902 t = strip_array_types (t);
2011 type = strip_array_types (type);
H A Dinit.c2996 type = strip_array_types (type);
3394 type = strip_array_types (TREE_TYPE (type));
3405 type = strip_array_types (type);
H A Dclass.c3064 tree type = strip_array_types (TREE_TYPE (field));
3207 element_type = strip_array_types (type); in check_field_decls()
3315 type = strip_array_types (type); in check_field_decls()
3638 tree element_type = strip_array_types (type);
H A Dtypeck.c6567 type = strip_array_types (type);
6579 type = strip_array_types (type);
H A Ddecl.c8607 tree core_type = strip_array_types (type); in check_initializer()
9039 strip_array_types (TREE_TYPE (type)));
9041 abstract_virtuals_error (decl, strip_array_types (type));
H A DChangeLog10034 * tree.c (pod_type_p): Use strip_array_types.
10038 (cp_has_mutable_p): Use strip_array_types.
10405 (strip_array_types): Likewise.
10413 * typeck.c (strip_array_types): Likewise.
H A DChangeLog.23048 * cp-tree.h (strip_array_types): New function.
3059 * typeck.c (strip_array_types): New function.
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h700 extern tree strip_array_types (tree);
H A Dc-common.c2638 if (TYPE_QUALS (strip_array_types (t)) == type_quals in c_build_qualified_type()
3592 strip_array_types (tree type) in strip_array_types() function
6219 quals = TYPE_QUALS (strip_array_types (elt)); in complete_array_type()
H A Dc-typeck.c365 quals = TYPE_QUALS (strip_array_types (elt)); in composite_type()
1838 quals = TYPE_QUALS (strip_array_types (TREE_TYPE (subdatum))); in build_component_ref()
H A Dc-decl.c4023 element_type = strip_array_types (type); in grokdeclarator()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.h947 extern tree strip_array_types PARAMS ((tree));
H A Dc-common.c3774 strip_array_types (type) in strip_array_types() function
H A DChangeLog.44223 (strip_array_types): New function.
4232 (strip_array_types): New function.