Searched defs:ptr4 (Results 1 – 4 of 4) sorted by relevance
40 void (D::*ptr4)(); in f() local
205 void (C::*ptr4)() = &B::vfoo; variable
159 int C::*ptr4 = (int C::*) (int D::*) (long D::*) 0; variable
33 X<char(char)> *ptr3, X<short(short)> *ptr4) { in test_arith()