Searched refs:UInt16Short (Results 1 – 7 of 7) sorted by relevance
42 UInt16Short = 0x0021, // 16 bit unsigned enumerator178 static TypeIndex UInt16Short() { in UInt16Short() function179 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
39 {"unsigned short*", SimpleTypeKind::UInt16Short},
741 case SimpleTypeKind::UInt16Short: in GetCompilerTypeForSimpleKind()790 case SimpleTypeKind::UInt16Short: in GetTypeSizeForSimpleKind()
205 case SimpleTypeKind::UInt16Short: in GetSimpleTypeName()
221 case SimpleTypeKind::UInt16Short: in getBuiltinType()
52 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2},
1595 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()1706 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()1735 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()