|
tan
0.0.1
|
This is the complete list of members for tanlang::StructType, including all inherited members.
| _type_name (defined in tanlang::Type) | tanlang::Type | protected |
| ALL_TYPE_NAMES (defined in tanlang::Type) | tanlang::Type | inlinestatic |
| append_member_type(Type *t) (defined in tanlang::StructType) | tanlang::StructType | |
| ARRAY_TYPE_CACHE (defined in tanlang::Type) | tanlang::Type | inlineprotectedstatic |
| children() const override (defined in tanlang::StructType) | tanlang::StructType | virtual |
| get_align_bits() override (defined in tanlang::StructType) | tanlang::StructType | virtual |
| get_decl() const (defined in tanlang::StructType) | tanlang::StructType | |
| get_member_types() const (defined in tanlang::StructType) | tanlang::StructType | |
| get_size_bits() override (defined in tanlang::StructType) | tanlang::StructType | virtual |
| get_typename() const (defined in tanlang::Type) | tanlang::Type | inline |
| GetArrayType(Type *element_type, int size) (defined in tanlang::Type) | tanlang::Type | static |
| GetBoolType() (defined in tanlang::Type) | tanlang::Type | static |
| GetCharType() (defined in tanlang::Type) | tanlang::Type | static |
| GetFloatType(size_t bit_size) (defined in tanlang::Type) | tanlang::Type | static |
| GetFunctionType(Type *ret_type, const vector< Type * > &arg_types) (defined in tanlang::Type) | tanlang::Type | static |
| GetIntegerType(size_t bit_size, bool is_unsigned) (defined in tanlang::Type) | tanlang::Type | static |
| GetPointerType(Type *pointee) (defined in tanlang::Type) | tanlang::Type | static |
| GetStringType() (defined in tanlang::Type) | tanlang::Type | static |
| GetStructType(StructDecl *decl) (defined in tanlang::Type) | tanlang::Type | static |
| GetTypeRef(const str &name) (defined in tanlang::Type) | tanlang::Type | static |
| GetVoidType() (defined in tanlang::Type) | tanlang::Type | static |
| is_array() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_bool() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_canonical() const (defined in tanlang::Type) | tanlang::Type | |
| is_char() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_float() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_function() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_int() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_num() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_pointer() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_primitive() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_ref() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_string() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_struct() const override (defined in tanlang::StructType) | tanlang::StructType | inlinevirtual |
| is_unsigned() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_void() const (defined in tanlang::Type) | tanlang::Type | virtual |
| IsCanonical(const Type &type) | tanlang::Type | static |
| NAMED_TYPE_CACHE (defined in tanlang::Type) | tanlang::Type | inlineprotectedstatic |
| operator[](size_t index) (defined in tanlang::StructType) | tanlang::StructType | |
| operator[](size_t index) const (defined in tanlang::StructType) | tanlang::StructType | |
| POINTER_TYPE_CACHE (defined in tanlang::Type) | tanlang::Type | inlineprotectedstatic |
| STRING_TYPE (defined in tanlang::Type) | tanlang::Type | protectedstatic |
| StructType(StructDecl *decl) (defined in tanlang::StructType) | tanlang::StructType | protected |
| Type (defined in tanlang::StructType) | tanlang::StructType | friend |
| ~Type()=default (defined in tanlang::Type) | tanlang::Type | virtual |