Home
last modified time | relevance | path

Searched refs:TYPE_LOCALTYPE_FILE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dc-typeprint.c1071 TYPE_LOCALTYPE_FILE (type), in c_type_print_base()
H A Dgdbtypes.h925 #define TYPE_LOCALTYPE_FILE(thistype) (TYPE_CPLUS_SPECIFIC(thistype)->localtype_ptr->file) macro
H A Dhpread.c4372 TYPE_LOCALTYPE_FILE (type) = (char *) xmalloc (strlen (current_subfile->name) + 1); in hpread_read_struct_type()
4373 strcpy (TYPE_LOCALTYPE_FILE (type), current_subfile->name); in hpread_read_struct_type()