Searched refs:IsShortTypes (Results 1 – 4 of 4) sorted by relevance
108 EXPECT_TRUE(bool_reg_type.IsShortTypes()); in TEST_F()141 EXPECT_TRUE(byte_reg_type.IsShortTypes()); in TEST_F()174 EXPECT_FALSE(char_reg_type.IsShortTypes()); in TEST_F()207 EXPECT_TRUE(short_reg_type.IsShortTypes()); in TEST_F()240 EXPECT_FALSE(int_reg_type.IsShortTypes()); in TEST_F()273 EXPECT_FALSE(long_reg_type.IsShortTypes()); in TEST_F()306 EXPECT_FALSE(float_reg_type.IsShortTypes()); in TEST_F()339 EXPECT_FALSE(double_reg_type.IsShortTypes()); in TEST_F()
73 return rhs.IsShortTypes(); in AssignableFrom()
470 } else if (IsShortTypes()) { in GetPrimitiveType()657 if (IsShortTypes() && incoming_type.IsShortTypes()) { in Merge()
139 bool IsShortTypes() const { in IsShortTypes() function