|
tan
0.0.1
|
This is the complete list of members for tanlang::TypeRef, including all inherited members.
| _type_name (defined in tanlang::Type) | tanlang::Type | protected |
| ALL_TYPE_NAMES (defined in tanlang::Type) | tanlang::Type | inlinestatic |
| ARRAY_TYPE_CACHE (defined in tanlang::Type) | tanlang::Type | inlineprotectedstatic |
| children() const override (defined in tanlang::TypeRef) | tanlang::TypeRef | inlinevirtual |
| get_align_bits() (defined in tanlang::Type) | tanlang::Type | virtual |
| get_size_bits() (defined in tanlang::Type) | tanlang::Type | 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 override (defined in tanlang::TypeRef) | tanlang::TypeRef | inlinevirtual |
| is_string() const (defined in tanlang::Type) | tanlang::Type | virtual |
| is_struct() const (defined in tanlang::Type) | tanlang::Type | virtual |
| 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 |
| POINTER_TYPE_CACHE (defined in tanlang::Type) | tanlang::Type | inlineprotectedstatic |
| STRING_TYPE (defined in tanlang::Type) | tanlang::Type | protectedstatic |
| Type (defined in tanlang::TypeRef) | tanlang::TypeRef | friend |
| TypeRef(const str &name) (defined in tanlang::TypeRef) | tanlang::TypeRef | explicitprotected |
| ~Type()=default (defined in tanlang::Type) | tanlang::Type | virtual |