Searched refs:noescapefuncptr (Results 1 – 1 of 1) sorted by relevance
6 void (*noescapefuncptr)(__attribute__((noescape)) int *); variable17 …noescapefuncptr = &escapefunc; // expected-warning {{incompatible function pointer types assigning… in test0()18 noescapefuncptr = &noescapefunc; in test0()21 …noescapefuncptr = c ? &escapefunc : &noescapefunc; // expected-warning {{incompatible function poi… in test0()