OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typedef_fun_t
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
preserve-call-conv.c
3
typedef void
typedef_fun_t
(int);
typedef
16
typedef_fun_t
typedef_fun_foo; // expected-note {{previous declaration is here}}
32
typedef_fun_t
typedef_fun_boo; // expected-note {{previous declaration is here}}
callingconv.c
64
typedef void
typedef_fun_t
(int);
typedef
65
typedef_fun_t
typedef_fun; // expected-note {{previous declaration is here}}
Completed in 489 milliseconds