tan
0.0.1
|
This is the complete list of members for tanlang::ArrayType, including all inherited members.
_type_name (defined in tanlang::Type) | tanlang::Type | protected |
ALL_TYPE_NAMES (defined in tanlang::Type) | tanlang::Type | inlinestatic |
array_size() (defined in tanlang::ArrayType) | tanlang::ArrayType | inline |
ARRAY_TYPE_CACHE (defined in tanlang::Type) | tanlang::Type | inlineprotectedstatic |
ArrayType(Type *element_type, int size) (defined in tanlang::ArrayType) | tanlang::ArrayType | protected |
children() const override (defined in tanlang::ArrayType) | tanlang::ArrayType | virtual |
get_align_bits() override (defined in tanlang::ArrayType) | tanlang::ArrayType | virtual |
get_element_type() (defined in tanlang::ArrayType) | tanlang::ArrayType | inline |
get_size_bits() override (defined in tanlang::ArrayType) | tanlang::ArrayType | 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 override (defined in tanlang::ArrayType) | tanlang::ArrayType | inlinevirtual |
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 (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::ArrayType) | tanlang::ArrayType | friend |
~Type()=default (defined in tanlang::Type) | tanlang::Type | virtual |