Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dencoding.c87 #define strip_array_types(TYPE) ({const char *_field = (TYPE); \ macro
156 _stp = strip_array_types (_fields); in _darwin_rs6000_special_round_type_align()
189 && TYPE_MODE (strip_array_types (TREE_TYPE (_fields))) == DFmode) \
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dencoding.c87 #define strip_array_types(TYPE) ({const char *_field = (TYPE); \ macro
156 _stp = strip_array_types (_fields); in _darwin_rs6000_special_round_type_align()
189 && TYPE_MODE (strip_array_types (TREE_TYPE (_fields))) == DFmode) \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix.h227 && TYPE_MODE (strip_array_types (TYPE)) == DFmode) \
H A Dfreebsd64.h371 && TYPE_MODE (strip_array_types (TYPE)) == DFmode) \
H A Dnetbsd64.h260 && TYPE_MODE (strip_array_types (TYPE)) == DFmode) \
H A Dlinux64.h303 && TYPE_MODE (strip_array_types (TYPE)) == DFmode) \
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc749 tree inner_type = strip_array_types (type); in build_vec_init_elt()
776 tree init_type = strip_array_types (TREE_TYPE (init)); in build_vec_init_elt()
3507 if (!CLASS_TYPE_P (strip_array_types (TREE_TYPE (op0)))) in replace_placeholders()
4424 t = strip_array_types (CONST_CAST_TREE (t)); in type_has_nontrivial_default_init()
4484 tree t = strip_array_types (CONST_CAST_TREE (type)); in type_has_nontrivial_copy_init()
4571 t = strip_array_types (CONST_CAST_TREE (t)); in trivially_copyable_p()
4592 t = strip_array_types (CONST_CAST_TREE (t)); in trivial_type_p()
4608 t = strip_array_types (CONST_CAST_TREE(t)); in pod_type_p()
4631 t = strip_array_types (CONST_CAST_TREE (t)); in layout_pod_type_p()
4645 t = strip_array_types (CONST_CAST_TREE (t)); in std_layout_type_p()
[all …]
H A Dtypeck2.cc142 type = strip_array_types (type); in abstract_virtuals_error_sfinae()
573 (strip_array_types (inner_type)))) in split_nonconstant_init_1()
1514 (strip_array_types (TREE_TYPE (type)), in process_init_constructor_array()
1515 strip_array_types (TREE_TYPE (ce->value))))); in process_init_constructor_array()
H A Dinit.cc1088 || (init && CLASS_TYPE_P (strip_array_types (type)))) in perform_member_init()
1152 core_type = strip_array_types (type); in perform_member_init()
2699 field_type = strip_array_types (TREE_TYPE (field)); in diagnose_uninitialized_cst_or_ref_member_1()
4392 inner_elt_type = strip_array_types (type); in build_vec_init()
5350 type = strip_array_types (TREE_TYPE (type)); in build_vec_delete()
5362 type = strip_array_types (type); in build_vec_delete()
H A Dsemantics.cc11885 type1 = strip_array_types (type1); in trait_expr_value()
11895 type1 = strip_array_types (type1); in trait_expr_value()
11902 type1 = strip_array_types (type1); in trait_expr_value()
11910 type1 = strip_array_types (type1); in trait_expr_value()
11915 type1 = strip_array_types (type1); in trait_expr_value()
11923 type1 = strip_array_types (type1); in trait_expr_value()
11928 type1 = strip_array_types (type1); in trait_expr_value()
12036 return !!complete_type_or_else (strip_array_types (type), NULL_TREE); in check_trait_type()
H A Dclass.cc3539 tree type = strip_array_types (TREE_TYPE (field)); in check_field_decl()
3791 type = strip_array_types (type); in check_field_decls()
4197 tree element_type = strip_array_types (type); in walk_subobject_offsets()
5494 type = strip_array_types (type); in default_init_uninitialized_part()
5760 inner = strip_array_types (t); in type_build_ctor_call()
5790 inner = strip_array_types (t); in type_build_dtor_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c739 tree inner_type = strip_array_types (type); in build_vec_init_elt()
755 tree init_type = strip_array_types (TREE_TYPE (init)); in build_vec_init_elt()
3294 if (!CLASS_TYPE_P (strip_array_types (TREE_TYPE (op0)))) in replace_placeholders()
4127 t = strip_array_types (CONST_CAST_TREE (t)); in type_has_nontrivial_default_init()
4186 tree t = strip_array_types (CONST_CAST_TREE (type)); in type_has_nontrivial_copy_init()
4273 t = strip_array_types (CONST_CAST_TREE (t)); in trivially_copyable_p()
4294 t = strip_array_types (CONST_CAST_TREE (t)); in trivial_type_p()
4310 t = strip_array_types (CONST_CAST_TREE(t)); in pod_type_p()
4333 t = strip_array_types (CONST_CAST_TREE (t)); in layout_pod_type_p()
4347 t = strip_array_types (CONST_CAST_TREE (t)); in std_layout_type_p()
[all …]
H A Dinit.c894 || (init && CLASS_TYPE_P (strip_array_types (type)))) in perform_member_init()
958 core_type = strip_array_types (type); in perform_member_init()
2460 field_type = strip_array_types (TREE_TYPE (field)); in diagnose_uninitialized_cst_or_ref_member_1()
4271 inner_elt_type = strip_array_types (type); in build_vec_init()
5196 type = strip_array_types (TREE_TYPE (type)); in build_vec_delete()
5208 type = strip_array_types (type); in build_vec_delete()
H A Dtypeck2.c677 (strip_array_types (inner_type)))) in split_nonconstant_init_1()
1542 (strip_array_types (TREE_TYPE (type)), in process_init_constructor_array()
1543 strip_array_types (TREE_TYPE (ce->value))))); in process_init_constructor_array()
H A Dsemantics.c9964 type1 = strip_array_types (type1); in trait_expr_value()
9974 type1 = strip_array_types (type1); in trait_expr_value()
9981 type1 = strip_array_types (type1); in trait_expr_value()
9989 type1 = strip_array_types (type1); in trait_expr_value()
9994 type1 = strip_array_types (type1); in trait_expr_value()
10002 type1 = strip_array_types (type1); in trait_expr_value()
10007 type1 = strip_array_types (type1); in trait_expr_value()
10103 return !!complete_type_or_else (strip_array_types (type), NULL_TREE); in check_trait_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dfreebsd64.h311 && TYPE_MODE (strip_array_types (TYPE)) == DFmode) \
H A Dnetbsd64.h179 && TYPE_MODE (strip_array_types (TYPE)) == DFmode) \
H A Dlinux64.h218 && TYPE_MODE (strip_array_types (TYPE)) == DFmode) \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c480 quals = TYPE_QUALS (strip_array_types (elt)); in composite_type()
688 quals1 = TYPE_QUALS_NO_ADDR_SPACE (strip_array_types (pointed_to_1)); in common_pointer_type()
689 quals2 = TYPE_QUALS_NO_ADDR_SPACE (strip_array_types (pointed_to_2)); in common_pointer_type()
1306 mvl = (TYPE_ATOMIC (strip_array_types (mvl)) in comp_target_types()
1310 mvr = (TYPE_ATOMIC (strip_array_types (mvr)) in comp_target_types()
2533 quals = TYPE_QUALS (strip_array_types (TREE_TYPE (subdatum))); in build_component_ref()
4826 int orig_quals = TYPE_QUALS (strip_array_types (argtype)); in build_unary_op()
5395 && (TYPE_QUALS (strip_array_types (TREE_TYPE (type2))) in build_conditional_expr()
5412 && (TYPE_QUALS (strip_array_types (TREE_TYPE (type1))) in build_conditional_expr()
7227 ttr = strip_array_types (ttr); in convert_for_assignment()
[all …]
H A Dc-decl.c5201 field_type = strip_array_types (TREE_TYPE (field)); in diagnose_uninitialized_cst_member()
5207 strip_array_types (TREE_TYPE (decl))); in diagnose_uninitialized_cst_member()
5550 type = strip_array_types (type); in finish_decl()
5675 c_apply_type_quals_to_decl (TYPE_QUALS (strip_array_types (type)), decl); in build_compound_literal()
6122 element_type = strip_array_types (type); in grokdeclarator()
8453 tree t1 = strip_array_types (TREE_TYPE (x)); in finish_struct()
8557 tree ctype = strip_array_types (ftype); in finish_struct()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-array-bounds.cc484 tree type = strip_array_types (TREE_TYPE (ref)); in check_mem_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc484 quals = TYPE_QUALS (strip_array_types (elt)); in composite_type()
692 quals1 = TYPE_QUALS_NO_ADDR_SPACE (strip_array_types (pointed_to_1)); in common_pointer_type()
693 quals2 = TYPE_QUALS_NO_ADDR_SPACE (strip_array_types (pointed_to_2)); in common_pointer_type()
1320 mvl = (TYPE_ATOMIC (strip_array_types (mvl)) in comp_target_types()
1324 mvr = (TYPE_ATOMIC (strip_array_types (mvr)) in comp_target_types()
2547 quals = TYPE_QUALS (strip_array_types (TREE_TYPE (subdatum))); in build_component_ref()
4855 int orig_quals = TYPE_QUALS (strip_array_types (argtype)); in build_unary_op()
5443 tree t2_stripped = strip_array_types (t2); in build_conditional_expr()
7390 ttr = strip_array_types (ttr); in convert_for_assignment()
7391 ttl = strip_array_types (ttl); in convert_for_assignment()
[all …]
H A Dc-decl.cc5312 field_type = strip_array_types (TREE_TYPE (field)); in diagnose_uninitialized_cst_member()
5318 strip_array_types (TREE_TYPE (decl))); in diagnose_uninitialized_cst_member()
5669 type = strip_array_types (type); in finish_decl()
5993 c_apply_type_quals_to_decl (TYPE_QUALS (strip_array_types (type)), decl); in build_compound_literal()
6446 element_type = strip_array_types (type); in grokdeclarator()
8785 tree t1 = strip_array_types (TREE_TYPE (x)); in finish_struct()
8889 tree ctype = strip_array_types (ftype); in finish_struct()
8911 ftype = strip_array_types (ftype); in finish_struct()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h256 (TYPE_MODE (strip_array_types (TYPE)) == DFmode \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h258 (TYPE_MODE (strip_array_types (TYPE)) == DFmode \

123