Home
last modified time | relevance | path

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

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