Searched refs:g_type_map (Results 1 – 1 of 1) sorted by relevance
869 static TypeNameToBasicTypeMap g_type_map; in GetBasicTypeEnumeration() local873 g_type_map.Append(ConstString("void"), eBasicTypeVoid); in GetBasicTypeEnumeration()876 g_type_map.Append(ConstString("char"), eBasicTypeChar); in GetBasicTypeEnumeration()881 g_type_map.Append(ConstString("unsigned wchar_t"), in GetBasicTypeEnumeration()887 g_type_map.Append(ConstString("unsigned short int"), in GetBasicTypeEnumeration()891 g_type_map.Append(ConstString("int"), eBasicTypeInt); in GetBasicTypeEnumeration()897 g_type_map.Append(ConstString("long"), eBasicTypeLong); in GetBasicTypeEnumeration()900 g_type_map.Append(ConstString("unsigned long int"), in GetBasicTypeEnumeration()906 g_type_map.Append(ConstString("unsigned long long"), in GetBasicTypeEnumeration()923 g_type_map.Sort(); in GetBasicTypeEnumeration()[all …]