Searched refs:base_type (Results 1 – 3 of 3) sorted by relevance
164 func AliasType(name string, base_type Type) Type {165 return &aliasType{name, base_type}176 func ConstType(base_type Type) Type {177 return &constType{base_type}472 base_type Type member476 return typе.base_type.Align(arch)480 return typе.base_type.Bits(arch)500 return typе.base_type
403 base_type := typе.Elem(cpp_types.FirstArch)404 base_name := base_type.Name(cpp_types.FirstArch)405 if isStruct(base_type) || isUnion(base_type) {853 base_type := field_type.Elem(cpp_types.FirstArch).Elem(cpp_types.FirstArch)854 base_name := base_type.BaseName(cpp_types.FirstArch)868 base_type.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {890 base_type := field_type.Elem(cpp_types.FirstArch)891 base_name := base_type.BaseName(cpp_types.FirstArch)917 base_type.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
225 const std::string& base_type) in TypeInfoModifier() argument226 : TypeInfo(id, kind, name, size_bits), base_type_(base_type) {} in TypeInfoModifier()882 auto base_type = ParseDie(base_die, die, dwarf_info, types); in ParseModifier() local883 std::string base_type_name = base_type->name(); in ParseModifier()884 uint64_t base_type_size = base_type->size(); in ParseModifier()