Searched refs:mfn (Results 1 – 2 of 2) sorted by relevance
61 void (A::*mfn)() = 0; in bad_const_cast_test() local62 …(void)const_cast<void (A::*)()>(mfn); // expected-error {{const_cast to 'void (A::*)()', which is … in bad_const_cast_test()
71 mutable void mfn(); // expected-error {{'mutable' cannot be applied to functions}}