Lines Matching full:void_ptr_1
10 typedef void __attribute__((address_space(1))) *void_ptr_1;
50 void test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2,
65 (void)static_cast<void_ptr_1>(ap1);
90 (void)static_cast<void_ptr_1>(ap); // expected-error{{is not allowed}}
91 (void)static_cast<void_ptr_1>(ap2); // expected-error{{is not allowed}}
131 void test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2,
157 void test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2,
181 void test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2,
186 void_ptr_1 vp_1A = ap1;
194 void_ptr_1 vp_1B = ap2; // expected-error{{cannot initialize a variable of type}}