OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 174 milliseconds