Home
last modified time | relevance | path

Searched refs:type_IsFunction (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h262 extern int type_IsFunction(type_t *);
H A Dparseproto.y1455 type_IsFunction(type_t *tp) { in type_IsFunction() function
1600 return (type_IsFunction(dp->d_type)); in decl_IsFunction()
2084 if (type_IsFunction(dp->d_type) || isptrfun) in decl_PrintTraceInfo()
H A Dtrace.c763 } else if (!type_IsFunction(tp)) { in collect_prototype()