Searched refs:IsBoolean (Results 1 – 2 of 2) sorted by relevance
56 virtual bool IsBoolean() const { return false; } in IsBoolean() function142 IsShort() || IsBoolean(); in IsCategory1Types()147 bool IsBooleanTypes() const { return IsBoolean() || IsConstantBoolean(); } in IsBooleanTypes()149 return IsConstantByte() || IsByte() || IsBoolean(); in IsByteTypes()152 return IsShort() || IsByte() || IsBoolean() || IsConstantShort(); in IsShortTypes()159 IsBoolean(); in IsIntegralTypes()292 if (IsBoolean()) { in GetAssignmentType()488 bool IsBoolean() const OVERRIDE { return true; } in IsBoolean() function
99 EXPECT_TRUE(bool_reg_type.IsBoolean()); in TEST_F()132 EXPECT_FALSE(byte_reg_type.IsBoolean()); in TEST_F()165 EXPECT_FALSE(char_reg_type.IsBoolean()); in TEST_F()198 EXPECT_FALSE(short_reg_type.IsBoolean()); in TEST_F()231 EXPECT_FALSE(int_reg_type.IsBoolean()); in TEST_F()264 EXPECT_FALSE(long_reg_type.IsBoolean()); in TEST_F()297 EXPECT_FALSE(float_reg_type.IsBoolean()); in TEST_F()330 EXPECT_FALSE(double_reg_type.IsBoolean()); in TEST_F()