GCC Middle and Back End API Reference
|
Data Fields | |
tree | type |
vec< odr_type > | bases |
vec< odr_type > | derived_types |
int | id |
bool | anonymous_namespace |
The node of type inheritance graph. For each type unique in One Defintion Rule (ODR) sense, we produce one node linking all main variants of types equivalent to it, bases and derived types.
bool odr_type_d::anonymous_namespace |
Referenced by dump_odr_type(), get_odr_type(), and possible_polymorphic_call_targets().
Referenced by dump_odr_type(), get_odr_type(), and odr_hasher::remove().
int odr_type_d::id |
tree odr_type_d::type |