Searched refs:IsShortTypes (Results 1 – 3 of 3) sorted by relevance
106 EXPECT_TRUE(bool_reg_type.IsShortTypes()); in TEST_F()138 EXPECT_TRUE(byte_reg_type.IsShortTypes()); in TEST_F()170 EXPECT_FALSE(char_reg_type.IsShortTypes()); in TEST_F()202 EXPECT_TRUE(short_reg_type.IsShortTypes()); in TEST_F()234 EXPECT_FALSE(int_reg_type.IsShortTypes()); in TEST_F()266 EXPECT_FALSE(long_reg_type.IsShortTypes()); in TEST_F()298 EXPECT_FALSE(float_reg_type.IsShortTypes()); in TEST_F()330 EXPECT_FALSE(double_reg_type.IsShortTypes()); in TEST_F()
562 } else if (IsShortTypes()) { in GetPrimitiveType()719 return rhs.IsShortTypes(); in AssignableFrom()859 if (IsShortTypes() && incoming_type.IsShortTypes()) { in Merge()
162 bool IsShortTypes() const { in IsShortTypes() function