Home
last modified time | relevance | path

Searched refs:funcptr_nn (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dnoescape.c12 void (*funcptr_nn)(__attribute__((noescape)) int *, __attribute__((noescape)) int *); variable
24funcptr_nn = c ? &func_ne : &func_en; // expected-warning {{incompatible function pointer types as… in test0()