Searched refs:pf3 (Results 1 – 3 of 3) sorted by relevance
25 void (__thiscall *pf3)(void) = f3;35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
25 void (__attribute__((thiscall)) *pf3)(void) = f3; variable35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
45 int (D::*pf3)(int, int) = 0; in f() local48 bool b3 = (pf == pf3); (void)b3; in f()