Searched defs:funcM (Results 1 – 2 of 2) sorted by relevance
17 void __attribute__((preserve_all)) funcM() {} // expected-error {{'preserve_all' calling convention… in funcM() function33 void __attribute__((preserve_all)) funcM() {} in funcM() function
21 __attribute__((noinline)) void funcM(int pid) { printf("funcM %d\n", pid); } in funcM() function