Lines Matching full:b_ptr
21 typedef B *B_ptr;
52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {
59 (void)static_cast<B_ptr>(ap);
80 (void)static_cast<B_ptr>(ap1); // expected-error{{casts away qualifiers}}
81 (void)static_cast<B_ptr>(ap2); // expected-error{{casts away qualifiers}}
103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {
110 (void)dynamic_cast<B_ptr>(ap);
123 (void)dynamic_cast<B_ptr>(ap1); // expected-error{{casts away qualifiers}}
124 (void)dynamic_cast<B_ptr>(ap2); // expected-error{{casts away qualifiers}}
133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2,
159 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2,
183 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {