OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unary_int_func
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
typedef-prototype.c
4
typedef int
unary_int_func
(int arg);
typedef
5
unary_int_func
add_one;
function-ptr.c
2
typedef int
unary_int_func
(int arg);
typedef
3
unary_int_func
*func;
5
unary_int_func
*set_func(void *p) {
Completed in 87 milliseconds