Searched defs:unary_int_func (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dfunction-ptr.c2 typedef int unary_int_func(int arg); typedef
3 unary_int_func *func;
5 unary_int_func *set_func(void *p) {
H A Dtypedef-prototype.c4 typedef int unary_int_func(int arg); typedef
5 unary_int_func add_one;

Completed in 76 milliseconds