Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dattr-noreturn.cpp261 void accept_noreturn_fptr(void __attribute__((noreturn)) (*f)(int)) { in accept_noreturn_fptr() function
304accept_noreturn_fptr(baz); // expected-error {{no matching function for call to 'accept_noreturn_f… in introduce_noreturn()
305accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noret… in introduce_noreturn()