Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dfunctional-cast.cpp301 typedef int structure::*structureimp; in memptrs() typedef
302 (void)structureimp(psi); // const_cast appended in memptrs()
310 …(void)structureimp(psf); // expected-error-re {{functional-style cast from 'void (structure::*)(){… in memptrs()