Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp9 void (T::*PtrToMemberFunction)(); member
107 BFunctor.PtrToMemberFunction = &DerivedFunctor<void>::Foo; in SingleInheritanceFnPtrCall()
108 (AFunctor.*(BFunctor.PtrToMemberFunction))(); in SingleInheritanceFnPtrCall()
111 DFunctor.PtrToMemberFunction = &MultiplyDerivedFunctor<void>::Foo; in MultipleInheritanceFnPtrCall()
113 (CFunctor.*(DFunctor.PtrToMemberFunction))(); in MultipleInheritanceFnPtrCall()
117 FFunctor.PtrToMemberFunction = &VirtuallyDerivedFunctor<void>::Foo; in VirtualInheritanceFnPtrCall()
119 (EFunctor.*(FFunctor.PtrToMemberFunction))(); in VirtualInheritanceFnPtrCall()