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

  /external/clang/test/SemaCXX/
attr-noreturn.cpp 118 typedef void __attribute__((noreturn)) (*fptr_noreturn_t)(int); typedef in namespace:PR15291
125 // expected-note@+2 {{candidate function not viable: no overload of 'baz' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}}
126 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}}
127 void accept_fptr_noreturn_t(fptr_noreturn_t f) {

Completed in 56 milliseconds