Searched refs:UInt16Short (Results 1 – 5 of 5) sorted by relevance
42 UInt16Short = 0x0021, // 16 bit unsigned enumerator169 static TypeIndex UInt16Short() { in UInt16Short() function170 return TypeIndex(SimpleTypeKind::UInt16Short); in UInt16Short()
39 {"unsigned short*", SimpleTypeKind::UInt16Short},
43 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2},
221 case SimpleTypeKind::UInt16Short: in getBuiltinType()
1550 if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) && in lowerTypeAlias()1656 case 2: STK = SimpleTypeKind::UInt16Short; break; in lowerTypeBasic()1685 if (STK == SimpleTypeKind::UInt16Short && in lowerTypeBasic()