OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fptr_t
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
attr-noreturn.cpp
265
typedef void (*
fptr_t
)(int);
typedef in namespace:PR15291
268
// expected-note@+1 {{candidate function not viable: no overload of 'bar' matching '
fptr_t
' (aka 'void (*)(int)') for 1st argument}}
269
void accept_fptr_t(
fptr_t
f) {
Completed in 52 milliseconds