Searched refs:pdid (Results 1 – 1 of 1) sorted by relevance
33 int D::*pdid = pdi1; in f() local34 pdid = pdi2; in f()41 pdi1 = pdid; // expected-error {{assigning to 'int A::*' from incompatible type 'int D::*'}} in f()