|
Nearly CC
An educational compiler skeleton
|
This is the complete list of members for BasicType, including all inherited members.
| add_member(const Member &member) | Type | virtual |
| as_str() const | BasicType | virtual |
| BasicType(BasicTypeKind kind, bool is_signed) (defined in BasicType) | BasicType | |
| find_member(const std::string &name) const | Type | |
| get_alignment() const | BasicType | virtual |
| get_array_size() const | Type | virtual |
| get_base_type() const | Type | virtual |
| get_basic_type_kind() const | BasicType | virtual |
| get_field_offset(const std::string &name) const | Type | virtual |
| get_member(unsigned index) const | Type | virtual |
| get_num_members() const | Type | virtual |
| get_storage_size() const | BasicType | virtual |
| get_unqualified_type() const | Type | virtual |
| is_array() const | Type | virtual |
| is_basic() const | BasicType | virtual |
| is_const() const | Type | virtual |
| is_function() const | Type | virtual |
| is_integral() const | Type | inline |
| is_pointer() const | Type | virtual |
| is_same(const Type *other) const | BasicType | virtual |
| is_signed() const | BasicType | virtual |
| is_struct() const | Type | virtual |
| is_void() const | BasicType | virtual |
| is_volatile() const | Type | virtual |
| Type() (defined in Type) | Type | protected |
| ~BasicType() (defined in BasicType) | BasicType | virtual |
| ~Type() (defined in Type) | Type | virtual |