Searched refs:IsShortTypes (Results 1 – 4 of 4) sorted by relevance
115 EXPECT_TRUE(bool_reg_type.IsShortTypes()); in TEST_F()148 EXPECT_TRUE(byte_reg_type.IsShortTypes()); in TEST_F()181 EXPECT_FALSE(char_reg_type.IsShortTypes()); in TEST_F()214 EXPECT_TRUE(short_reg_type.IsShortTypes()); in TEST_F()247 EXPECT_FALSE(int_reg_type.IsShortTypes()); in TEST_F()280 EXPECT_FALSE(long_reg_type.IsShortTypes()); in TEST_F()313 EXPECT_FALSE(float_reg_type.IsShortTypes()); in TEST_F()346 EXPECT_FALSE(double_reg_type.IsShortTypes()); in TEST_F()
74 return rhs.IsShortTypes(); in AssignableFrom()
470 } else if (IsShortTypes()) { in GetPrimitiveType()668 if (IsShortTypes() && incoming_type.IsShortTypes()) { in Merge()
144 bool IsShortTypes() const { in IsShortTypes() function