Searched refs:psf (Results 1 – 3 of 3) sorted by relevance
232 void (structure::*psf)() = 0; in memptrs() local233 (void)(int (structure::*)())(psf); in memptrs()236 …(void)(int structure::*)(psf); // expected-error-re {{C-style cast from 'void (structure::*)(){{( … in memptrs()
109 void (structure::*psf)() = 0; in memptrs() local110 (void)reinterpret_cast<int (structure::*)()>(psf); in memptrs()113 …(void)reinterpret_cast<int structure::*>(psf); // expected-error-re {{reinterpret_cast from 'void … in memptrs()
304 void (structure::*psf)() = 0; in memptrs() local306 (void)structureimfp(psf); in memptrs()310 …(void)structureimp(psf); // expected-error-re {{functional-style cast from 'void (structure::*)(){… in memptrs()