Home
last modified time | relevance | path

Searched refs:dumped_anonymous_types (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc2536 static bitmap dumped_anonymous_types; variable
2593 if (!bitmap_set_bit (dumped_anonymous_types, TYPE_UID (field_type))) in dump_nested_type()
3559 dumped_anonymous_types = BITMAP_ALLOC (NULL); in dump_ada_specs()
3561 BITMAP_FREE (dumped_anonymous_types); in dump_ada_specs()
H A DChangeLog1109 (dumped_anonymous_types): New global variable.
1113 <ARRAY_TYPE>: Replace dumped_types with dumped_anonymous_types.
1115 (dump_ada_specs): Initialize and free dumped_anonymous_types.