Searched defs:funcF (Results 1 – 3 of 3) sorted by relevance
13 void funcF() {} in funcF() function 37 void funcF() {} in funcF() function 60 void funcF() {} funcF() function
21 void __attribute__((thiscall)) funcF() {} // expected-error {{'thiscall' calling convention is not … in funcF() function44 void __attribute__((thiscall)) funcF() {} // expected-warning {{'thiscall' calling convention is no… in funcF() function
14 __attribute__((noinline)) void funcF(int pid) { printf("funcF %d\n", pid); } in funcF() function