Searched refs:UInt16Short (Results 1 – 9 of 9) sorted by relevance
43 UInt16Short = 0x0021, // 16 bit unsigned enumerator179 static TypeIndex UInt16Short() { in UInt16Short() function180 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
40 {"unsigned short*", SimpleTypeKind::UInt16Short},
87 case SimpleTypeKind::UInt16Short: in getSizeInBytesForTypeIndex()
226 case SimpleTypeKind::UInt16Short: in getBuiltinType()
56 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2},
974 case SimpleTypeKind::UInt16Short: in GetCompilerTypeForSimpleKind()1023 case SimpleTypeKind::UInt16Short: in GetTypeSizeForSimpleKind()
204 case SimpleTypeKind::UInt16Short: in GetSimpleTypeName()
139 UInt16Short = 0x0021, // 16 bit unsigned
1690 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()1826 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()1861 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()