Home
last modified time | relevance | path

Searched refs:vptr_fieldno (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dcp-valprint.c214 int vptr_fieldno; in cp_print_value_fields() local
230 vptr_fieldno = get_vptr_fieldno (type, &vptr_basetype); in cp_print_value_fields()
343 else if (i == vptr_fieldno && type == vptr_basetype) in cp_print_value_fields()
H A Dc-typeprint.c943 int vptr_fieldno; in c_type_print_base() local
1052 vptr_fieldno = get_vptr_fieldno (type, &basetype); in c_type_print_base()
1060 if ((i == vptr_fieldno && type == basetype) in c_type_print_base()
H A Dvarobj.c3634 int i, vptr_fieldno; in cplus_class_num_children() local
3641 vptr_fieldno = get_vptr_fieldno (type, &basetype); in cplus_class_num_children()
3647 if ((type == basetype && i == vptr_fieldno) in cplus_class_num_children()
3734 int vptr_fieldno; in cplus_describe_child() local
3738 vptr_fieldno = get_vptr_fieldno (type, &basetype); in cplus_describe_child()
3746 if ((type == basetype && type_index == vptr_fieldno) in cplus_describe_child()
H A Dgdbtypes.h454 short vptr_fieldno; member
1093 #define TYPE_VPTR_FIELDNO(thistype) TYPE_MAIN_TYPE(thistype)->vptr_fieldno