Searched refs:tags_type (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Dconstants.c443 tree data_decl, tags_decl, tags_type; local
460 tags_type = build_array_type (unsigned_byte_type_node, index_type);
463 tags_type);
465 DECL_INITIAL (tags_decl) = build (CONSTRUCTOR, tags_type,
/haiku-buildtools/gcc/gcc/java/
H A Dconstants.c574 tree data_decl, tags_decl, tags_type; local
601 tags_type = build_array_type (unsigned_byte_type_node, index_type);
605 tags_type);
607 DECL_INITIAL (tags_decl) = build_constructor (tags_type, tags);

Completed in 57 milliseconds