Home
last modified time | relevance | path

Searched refs:ENTITY_UNION (Results 1 – 7 of 7) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dentity.c39 case ENTITY_UNION: return "union"; in get_entity_kind_name()
65 [ENTITY_UNION] = sizeof(compound_t), in get_entity_struct_size()
H A Dentity_t.h39 ENTITY_UNION, enumerator
H A Dattribute.c206 case ENTITY_UNION: in handle_attribute_aligned()
386 case ENTITY_UNION: in handle_entity_attributes()
H A Dwalk.c255 case ENTITY_UNION: in walk_entity()
H A Dast.c1407 case ENTITY_UNION: in print_entity()
H A Dparser.c2277 entity_kind_tag_t const kind = is_struct ? ENTITY_STRUCT : ENTITY_UNION; in parse_compound_type_specifier()
3677 anonymous_entity->kind == ENTITY_UNION); in parse_declarator()
6071 case ENTITY_UNION: in parse_qualified_identifier()
H A Dast2firm.c2821 case ENTITY_UNION: in get_cparser_entity_alignment()