HomeSort by relevance Sort by last modified time
    Searched full:accept_noreturn_fptr (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
attr-noreturn.cpp 113 void accept_noreturn_fptr(void __attribute__((noreturn)) (*f)(int)) { function in namespace:PR15291
156 accept_noreturn_fptr(baz); // expected-error {{no matching function for call to 'accept_noreturn_fptr'}}
157 accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noreturn_fptr'}}

Completed in 165 milliseconds