Searched refs:funcptr_nn (Results 1 – 1 of 1) sorted by relevance
12 void (*funcptr_nn)(__attribute__((noescape)) int *, __attribute__((noescape)) int *); variable24 …funcptr_nn = c ? &func_ne : &func_en; // expected-warning {{incompatible function pointer types as… in test0()