Searched defs:funcE (Results 1 – 3 of 3) sorted by relevance
20 void __attribute__((fastcall)) funcE() {} // expected-error {{'fastcall' calling convention is not … in funcE() function43 void __attribute__((fastcall)) funcE() {} // expected-warning {{'fastcall' calling convention is no… in funcE() function
33 template <typename TYPE> int funcE(TYPE arg) { return(arg); } in funcE() function
13 __attribute__((noinline)) void funcE(int pid) { printf("funcE %d\n", pid); } in funcE() function