Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.h1194 extern int virtual_base_index (struct type *, struct type *);
H A Dgdbtypes.c2085 if (virtual_base_index (tmp_vbase->vbasetype, primary) >= 0) in virtual_base_list_length_skip_primaries()
2098 virtual_base_index (struct type *base, struct type *dclass) in virtual_base_index() function