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

/external/clang/test/Sema/
H A Dtypedef-prototype.c3 typedef int unary_int_func(int arg); typedef
4 unary_int_func add_one;
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) {

Completed in 76 milliseconds