Searched refs:decl_elt (Results 1 – 1 of 1) sorted by relevance
2048 tree decl_elt = TREE_VALUE (t); in expand_anon_union_decl() local2049 enum machine_mode mode = TYPE_MODE (TREE_TYPE (decl_elt)); in expand_anon_union_decl()2054 if (TREE_USED (decl_elt)) in expand_anon_union_decl()2058 DECL_ALIGN (decl_elt) = DECL_ALIGN (decl); in expand_anon_union_decl()2059 DECL_USER_ALIGN (decl_elt) = DECL_USER_ALIGN (decl); in expand_anon_union_decl()2065 DECL_MODE (decl_elt) = mode in expand_anon_union_decl()2066 = mode_for_size_tree (DECL_SIZE (decl_elt), MODE_INT, 1); in expand_anon_union_decl()2079 SET_DECL_RTL (decl_elt, decl_rtl); in expand_anon_union_decl()