Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A 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()