Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dlanghooks.h138 tree (*descriptive_type) (const_tree); member
H A Ddwarf2out.c15507 if (!lang_hooks.types.descriptive_type) in add_gnat_descriptive_type_attribute()
15510 dtype = lang_hooks.types.descriptive_type (type); in add_gnat_descriptive_type_attribute()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlanghooks.h145 tree (*descriptive_type) (const_tree); member
H A Ddwarf2out.c20629 if (!lang_hooks.types.descriptive_type) in add_gnat_descriptive_type_attribute()
20632 dtype = lang_hooks.types.descriptive_type (type); in add_gnat_descriptive_type_attribute()
/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.h913 struct type* descriptive_type; member
1111 #define TYPE_DESCRIPTIVE_TYPE(thistype) TYPE_GNAT_SPECIFIC(thistype)->descriptive_type
H A Dgdbtypes.c3022 struct type *descriptive_type = TYPE_DESCRIPTIVE_TYPE (type); in print_gnat_stuff() local
3024 recursive_dump_type (descriptive_type, spaces + 2); in print_gnat_stuff()
H A Ddwarf2read.c16398 struct type *descriptive_type = die_descriptive_type (die, cu); in set_descriptive_type() local
16400 if (descriptive_type) in set_descriptive_type()
16403 TYPE_DESCRIPTIVE_TYPE (type) = descriptive_type; in set_descriptive_type()