Searched refs:IsIntegralType (Results 1 – 4 of 4) sorted by relevance
267 builtin_type.Set("is_integral", builtin_typep->IsIntegralType()); in ConvertBuiltinTypeIR()
273 added_builtin_type.set_is_integral(builtin_typep->IsIntegralType()); in ConvertBuiltinTypeIR()
700 old_type->IsIntegralType() != new_type->IsIntegralType()) { in CompareBuiltinTypes()
540 bool IsIntegralType() const { in IsIntegralType() function