Searched refs:int_ptr_2 (Results 1 – 1 of 1) sorted by relevance
15 typedef int __attribute__((address_space(2))) *int_ptr_2; typedef25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, in test_const_cast()35 (void)const_cast<int_ptr_2>(ip); // expected-error{{is not allowed}} in test_const_cast()36 (void)const_cast<int_ptr_2>(ip1); // expected-error{{is not allowed}} in test_const_cast()