|
Nearly CC
An educational compiler skeleton
|
This is the complete list of members for ArrayType, including all inherited members.
| add_member(const Member &member) | Type | virtual |
| ArrayType(const std::shared_ptr< Type > &base_type, unsigned size) (defined in ArrayType) | ArrayType | |
| as_str() const | ArrayType | virtual |
| find_member(const std::string &name) const | Type | |
| get_alignment() const | ArrayType | virtual |
| get_array_size() const | ArrayType | virtual |
| get_base_type() const | HasBaseType | virtual |
| get_basic_type_kind() const | Type | 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 | ArrayType | virtual |
| get_unqualified_type() const | Type | virtual |
| HasBaseType(const std::shared_ptr< Type > &base_type) (defined in HasBaseType) | HasBaseType | |
| is_array() const | ArrayType | virtual |
| is_basic() const | Type | 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 | ArrayType | virtual |
| is_signed() const | Type | virtual |
| is_struct() const | Type | virtual |
| is_void() const | Type | virtual |
| is_volatile() const | Type | virtual |
| Type() (defined in Type) | Type | protected |
| ~ArrayType() (defined in ArrayType) | ArrayType | virtual |
| ~HasBaseType() (defined in HasBaseType) | HasBaseType | virtual |
| ~Type() (defined in Type) | Type | virtual |