Searched refs:BaseName (Results 1 – 2 of 2) sorted by relevance
28 …BaseName(arch Arch) string // Name without additional marks: “*”, “[]”, “struct”, “union”, etc. No… methodSpec442 func (typе *opaqueType) BaseName(Arch) string { func487 func (typе *aliasType) BaseName(Arch) string { func542 func (typе *fixedType) BaseName(Arch) string { func644 func (typе *archDependentType) BaseName(arch Arch) string { func649 return typе.arm_type.BaseName(arch)651 return typе.arm64_type.BaseName(arch)653 return typе.riscv32_type.BaseName(arch)655 return typе.riscv64_type.BaseName(arch)657 return typе.x86_type.BaseName(arch)[all …]
778 …base_name := param_type.Elem(cpp_types.FirstArch).Elem(cpp_types.FirstArch).BaseName(cpp_types.Fir…791 base_name := param_type.Elem(cpp_types.FirstArch).BaseName(cpp_types.FirstArch)854 base_name := base_type.BaseName(cpp_types.FirstArch)891 base_name := base_type.BaseName(cpp_types.FirstArch)3062 if field_type.BaseName(cpp_types.FirstArch) == "VkDescriptorDataEXT" {3087 type_name = typе.BaseName(cpp_types.FirstArch)