Searched refs:phm (Results 1 – 1 of 1) sorted by relevance
102 HasMembers hm, *phm = &hm; in h() local106 int i = phm->*pi; in h()108 (void)&(phm->*pi); in h()113 (phm->*pf)(); in h()116 …(void)(phm.*pi); // expected-error {{left hand operand to .* must be a class compatible with the r… in h()133 (void)(phm->*i); // expected-error {{pointer-to-member}} in h()