Searched refs:accept_noreturn_fptr (Results 1 – 1 of 1) sorted by relevance
261 void accept_noreturn_fptr(void __attribute__((noreturn)) (*f)(int)) { in accept_noreturn_fptr() function304 …accept_noreturn_fptr(baz); // expected-error {{no matching function for call to 'accept_noreturn_f… in introduce_noreturn()305 …accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noret… in introduce_noreturn()