Searched refs:new_union_type (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Ddecl.c8551 tree new_union_type, new_variant_part;
8557 new_union_type = make_node (QUAL_UNION_TYPE);
8558 TYPE_NAME (new_union_type)
8569 TYPE_SIZE (new_union_type)
8571 TYPE_SIZE_UNIT (new_union_type)
8574 SET_TYPE_ADA_SIZE (new_union_type,
8577 TYPE_ALIGN (new_union_type) = TYPE_ALIGN (old_union_type);
8578 relate_alias_sets (new_union_type, old_union_type, ALIAS_SET_COPY);
8581 copy_and_substitute_in_size (new_union_type, old_union_type, subst_list);
8618 = create_field_decl_from (old_field, new_variant, new_union_type,
8534 tree new_union_type, new_variant_part; local
8615 create_type_decl (TYPE_NAME (new_union_type), new_union_type, true, false, local
[all...]
/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.h101 new_union_type (location *loc,
H A Dlibgccjit.c676 gcc::jit::recording::context::new_union_type method,
705 ctxt->new_union_type (loc, name);
H A Djit-recording.c804 recording::context::new_union_type (recording::location *loc, function in class:recording::context

Completed in 114 milliseconds