Home
last modified time | relevance | path

Searched defs:funcM (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dno_callconv.cpp17 void __attribute__((preserve_all)) funcM() {} // expected-error {{'preserve_all' calling convention… in funcM() function
33 void __attribute__((preserve_all)) funcM() {} in funcM() function
/llvm-project/bolt/test/runtime/
H A Dinstrumentation-indirect-2.c21 __attribute__((noinline)) void funcM(int pid) { printf("funcM %d\n", pid); } in funcM() function