Home
last modified time | relevance | path

Searched refs:pf6 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dmicrosoft-call-conv.c35 void (__thiscall *pf6)(void) = f6;
44 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); pf7(); in main()
Dstdcall-fastcall.c28 void (__attribute__((thiscall)) *pf6)(void) = f6; variable
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()