Searched refs:void_ptr_1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp10 typedef void __attribute__((address_space(1))) *void_ptr_1; typedef
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_1
[all...]

Completed in 1042 milliseconds