Lines Matching defs:union_decl
3002 tree union_decl, field;
3005 union_decl = build_decl (input_location,
3008 DECL_ARTIFICIAL (union_decl) = 1;
3009 DECL_EXTERNAL (union_decl) = 0;
3010 TREE_PUBLIC (union_decl) = 0;
3011 TREE_USED (union_decl) = 1;
3012 layout_decl (union_decl, 0);
3013 pushdecl (union_decl);
3015 DECL_CONTEXT (union_decl) = current_function_decl;
3017 TREE_TYPE (union_decl), union_decl, tmp);
3020 for (field = TYPE_FIELDS (TREE_TYPE (union_decl));
3027 TREE_TYPE (field), union_decl, field,