Searched refs:UInt16Short (Results 1 – 7 of 7) sorted by relevance
36 UInt16Short = 0x0021, // 16 bit unsigned enumerator142 static TypeIndex UInt16Short() { in UInt16Short() function143 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
43 UInt16Short = 0x0021, // 16 bit unsigned enumerator161 static TypeIndex UInt16Short() { in UInt16Short() function162 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
40 {"unsigned short*", SimpleTypeKind::UInt16Short},
58 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2},
977 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()1095 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()1124 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()
1378 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()1484 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()1513 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()
37 {"unsigned short*", SimpleTypeKind::UInt16Short},