Searched refs:pf4 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dmicrosoft-call-conv-x64.c19 void (__fastcall *pf4)(void) = f4; variable
26 pf1(); pf2(); pf4(); pf5();
H A Dmicrosoft-call-conv.c33 void (__fastcall *pf4)(void) = f4; variable
44 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); pf7();
H A Dstdcall-fastcall.c26 void (__attribute__((fastcall)) *pf4)(void) = f4;
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6();

Completed in 156 milliseconds