Searched defs:pf2 (Results 1 – 5 of 5) sorted by relevance
12 PURE FUNCTION pf2( ) function15 INTEGER :: pf2 local
18 void (__stdcall *pf2)(void) = f2; variable
31 void (__stdcall *pf2)(void) = f2; variable
24 void (__attribute__((stdcall)) *pf2)(void) = f2; variable
53 int (A::*pf2)(int, int); in f() local