Searched refs:IsShortTypes (Results 1 – 4 of 4) sorted by relevance
116 EXPECT_TRUE(bool_reg_type.IsShortTypes()); in TEST_F()149 EXPECT_TRUE(byte_reg_type.IsShortTypes()); in TEST_F()182 EXPECT_FALSE(char_reg_type.IsShortTypes()); in TEST_F()215 EXPECT_TRUE(short_reg_type.IsShortTypes()); in TEST_F()248 EXPECT_FALSE(int_reg_type.IsShortTypes()); in TEST_F()281 EXPECT_FALSE(long_reg_type.IsShortTypes()); in TEST_F()314 EXPECT_FALSE(float_reg_type.IsShortTypes()); in TEST_F()347 EXPECT_FALSE(double_reg_type.IsShortTypes()); in TEST_F()
83 return rhs.IsShortTypes(); in AssignableFrom()
493 } else if (IsShortTypes()) { in GetPrimitiveType()839 if (IsShortTypes() && incoming_type.IsShortTypes()) { in Merge()
151 bool IsShortTypes() const { in IsShortTypes() function