|
GDB (xrefs)
|
Classes | |
| struct | m_type |
Public Member Functions | |
| fake_method (type_instance_flags flags, int num_types, struct type **param_types) | |
| ~fake_method () | |
| struct type * | type () |
Private Attributes | |
| main_type | m_main_type {} |
| fake_method::fake_method | ( | type_instance_flags | flags, |
| int | num_types, | ||
| struct type ** | param_types | ||
| ) |
Definition at line 666 of file eval.c.
References check_typedef(), flags, gdb_assert, m_main_type, type(), TYPE_CHAIN, TYPE_CODE, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_FIELD_TYPE, TYPE_FIELDS, TYPE_INSTANCE_FLAGS, TYPE_LENGTH, TYPE_MAIN_TYPE, TYPE_NFIELDS, TYPE_PROTOTYPED, TYPE_VARARGS, and TYPE_ZALLOC.
| fake_method::~fake_method | ( | ) |
Definition at line 701 of file eval.c.
References TYPE_FIELDS, and xfree().
|
inline |
Definition at line 659 of file eval.c.
Referenced by fake_method().
|
private |
Definition at line 663 of file eval.c.
Referenced by fake_method().
1.8.14