Home
last modified time | relevance | path

Searched refs:phm (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-pointer.cpp102 HasMembers hm, *phm = &hm; in h() local
106 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()