Searched refs:eBasicTypeShort (Results 1 – 8 of 8) sorted by relevance
94 context.hasSameType(GetBasicQualType(eBasicTypeShort), context.ShortTy)); in TEST_F()126 EXPECT_EQ(GetBasicQualType(eBasicTypeShort), GetBasicQualType("short")); in TEST_F()127 EXPECT_EQ(GetBasicQualType(eBasicTypeShort), GetBasicQualType("short int")); in TEST_F()
84 ).GetBasicType(lldb.eBasicTypeShort)
336 CompilerType short_type = ast->GetBasicType(eBasicTypeShort); in GetSiginfoType()
761 eBasicTypeShort, enumerator
870 return lldb::eBasicTypeShort; in GetCompilerTypeForSimpleKind()
569 if basic_type == eBasicTypeShort: return (True,True)
1023 .. py:data:: eBasicTypeShort
874 g_type_map.Append(ConstString("short"), eBasicTypeShort); in GetBasicTypeEnumeration()875 g_type_map.Append(ConstString("short int"), eBasicTypeShort); in GetBasicTypeEnumeration()2031 case eBasicTypeShort: in GetOpaqueCompilerType()5506 return eBasicTypeShort; in GetBasicTypeEnumeration()