Searched refs:g_type_map (Results 1 – 1 of 1) sorted by relevance
1073 static TypeNameToBasicTypeMap g_type_map; in GetBasicTypeEnumeration() local1077 g_type_map.Append(ConstString("void"), eBasicTypeVoid); in GetBasicTypeEnumeration()1080 g_type_map.Append(ConstString("char"), eBasicTypeChar); in GetBasicTypeEnumeration()1085 g_type_map.Append(ConstString("unsigned wchar_t"), in GetBasicTypeEnumeration()1091 g_type_map.Append(ConstString("unsigned short int"), in GetBasicTypeEnumeration()1095 g_type_map.Append(ConstString("int"), eBasicTypeInt); in GetBasicTypeEnumeration()1101 g_type_map.Append(ConstString("long"), eBasicTypeLong); in GetBasicTypeEnumeration()1104 g_type_map.Append(ConstString("unsigned long int"), in GetBasicTypeEnumeration()1110 g_type_map.Append(ConstString("unsigned long long"), in GetBasicTypeEnumeration()1127 g_type_map.Sort(); in GetBasicTypeEnumeration()[all …]