Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:void_ptr

9 typedef void *void_ptr;
50 void test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2,
64 (void)static_cast<void_ptr>(ap);
88 (void)static_cast<void_ptr>(ap1); // expected-error{{is not allowed}}
89 (void)static_cast<void_ptr>(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,
185 void_ptr vpA = ap;
193 void_ptr vpB = ap1; // expected-error{{cannot initialize a variable of type}}