Searched defs:pm1 (Results 1 – 4 of 4) sorted by relevance
33 int& (X::*pm1)(int) = &X::f0; in test_X_f0_address() local38 int& (X::*pm1)(int) = &X::f1; in test_X_f1_address() local
45 void test_memptr(X<long> *p1, long X<long>::*pm1,
41 PM<(0)> pm1; // expected-error{{null non-type template argument must be cast to template parameter type 'int X::*'}} global() variable
65 const double X::* X::* pm1 = apm; // expected-note {{instantiation of}} in test_deduce_two_level_ptrmem_with_qual() local