Definition at line 274 of file debug.c.
Data Fields | |
| const char * | name |
| boolean | static_member |
| debug_type * | type |
| union { | |
| struct { | |
| unsigned int bitpos | |
| unsigned int bitsize | |
| } f | |
| struct { | |
| const char * physname | |
| } s | |
| } | u |
| enum debug_visibility | visibility |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 277 of file debug.c. Referenced by debug_class_type_samep(), debug_get_field_name(), debug_write_class_type(), and debug_write_type(). |
|
|
|
|
|
|
|
|
Definition at line 283 of file debug.c. Referenced by debug_class_type_samep(), debug_get_field_bitpos(), debug_get_field_bitsize(), debug_get_field_physname(), and debug_write_class_type(). |
|
|
Definition at line 279 of file debug.c. Referenced by debug_class_type_samep(), debug_get_field_type(), debug_write_class_type(), and debug_write_type(). |
|
|
Referenced by debug_class_type_samep(), debug_get_field_bitpos(), debug_get_field_bitsize(), debug_get_field_physname(), debug_write_class_type(), and debug_write_type(). |
|
|
Definition at line 281 of file debug.c. Referenced by debug_class_type_samep(), debug_get_field_visibility(), debug_write_class_type(), and debug_write_type(). |
1.4.3