Searched refs:pf2 (Results 1 – 5 of 5) sorted by relevance
49 ProxyFactory pf2 = new ProxyFactory(); in testWriteReplace() local50 pf2.setSuperclass(WriteReplace2.class); in testWriteReplace()51 Object data2 = pf2.createClass().newInstance(); in testWriteReplace()
24 void (__stdcall *pf2)(void) = f2; variable35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
24 void (__attribute__((stdcall)) *pf2)(void) = f2; variable35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
44 int (A::*pf2)(int, int); in f() local46 bool b1 = (pf == pf2); (void)b1; in f()47 bool b2 = (pf != pf2); (void)b2; in f()
2130 PARAFORMAT2 pf2; in ClipXCoordToVisibleText() local2131 GetParaFormat(pf2); in ClipXCoordToVisibleText()2135 const bool ltr_text_in_ltr_layout = !(pf2.wEffects & PFE_RTLPARA) && in ClipXCoordToVisibleText()