Home | History | Annotate | Download | only in Inputs

Lines Matching refs:FPT

27 typedef void (*FPT)(void);
29 FPT getFunc(int I) { return CalleeAddrs[I]; }
41 FPT Fp = getFunc(I);