Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h266 extern int type_IsPtrFun(type_t *);
H A Dparseproto.y1494 type_IsPtrFun(type_t *tp) { in type_IsPtrFun() function
2081 isptrfun = type_IsPtrFun(dp->d_type); in decl_PrintTraceInfo()
2162 if (type_IsPtrFun(tp)) { in decl_GetTraceInfo()
H A Dtrace.c762 if (type_IsPtrFun(tp)) { in collect_prototype()