Lines Matching full:allowed
31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}} in test_const_cast()
32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}} in test_const_cast()
33 (void)const_cast<int_ptr_1>(ip); // expected-error{{is not allowed}} in test_const_cast()
34 (void)const_cast<int_ptr_1>(ip2); // expected-error{{is not allowed}} 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()
38 (void)const_cast<A_ptr>(ap1); // expected-error{{is not allowed}} in test_const_cast()
39 (void)const_cast<A_ptr>(ap2); // expected-error{{is not allowed}} in test_const_cast()
40 (void)const_cast<A_ptr_1>(ap); // expected-error{{is not allowed}} in test_const_cast()
41 (void)const_cast<A_ptr_1>(ap2); // expected-error{{is not allowed}} in test_const_cast()
42 (void)const_cast<A_ptr_2>(ap); // expected-error{{is not allowed}} in test_const_cast()
43 (void)const_cast<A_ptr_2>(ap1); // expected-error{{is not allowed}} in test_const_cast()
72 (void)static_cast<A_ptr>(bp1); // expected-error{{is not allowed}} in test_static_cast()
73 (void)static_cast<A_ptr>(bp2); // expected-error{{is not allowed}} in test_static_cast()
74 (void)static_cast<A_ptr_1>(bp); // expected-error{{is not allowed}} in test_static_cast()
75 (void)static_cast<A_ptr_1>(bp2); // expected-error{{is not allowed}} in test_static_cast()
76 (void)static_cast<A_ptr_2>(bp); // expected-error{{is not allowed}} in test_static_cast()
77 (void)static_cast<A_ptr_2>(bp1); // expected-error{{is not allowed}} in test_static_cast()
88 (void)static_cast<void_ptr>(ap1); // expected-error{{is not allowed}} in test_static_cast()
89 (void)static_cast<void_ptr>(ap2); // expected-error{{is not allowed}} in test_static_cast()
90 (void)static_cast<void_ptr_1>(ap); // expected-error{{is not allowed}} in test_static_cast()
91 (void)static_cast<void_ptr_1>(ap2); // expected-error{{is not allowed}} in test_static_cast()
92 (void)static_cast<void_ptr_2>(ap); // expected-error{{is not allowed}} in test_static_cast()
93 (void)static_cast<void_ptr_2>(ap1); // expected-error{{is not allowed}} in test_static_cast()