Searched refs:type_IsFunction (Results 1 – 3 of 3) sorted by relevance
262 extern int type_IsFunction(type_t *);
1455 type_IsFunction(type_t *tp) { in type_IsFunction() function1600 return (type_IsFunction(dp->d_type)); in decl_IsFunction()2084 if (type_IsFunction(dp->d_type) || isptrfun) in decl_PrintTraceInfo()
763 } else if (!type_IsFunction(tp)) { in collect_prototype()