Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1215 case DD_PTR: in type_Destroy()
1243 tp->t_dt = DD_PTR; in type_SetPtr()
1327 case DD_PTR: in type_PrintType()
1444 return (tp && (tp->t_dt == DD_PTR)); in type_IsPtrTo()
1449 assert(tp->t_dt == DD_PTR); in type_GetPtrToTypeQual()
1468 while (tp && tp->t_dt == DD_PTR) in type_IsVarargs()
1496 if (! (tp && (tp->t_dt == DD_PTR))) in type_IsPtrFun()
1501 while (tp && (tp->t_dt == DD_PTR)) in type_IsPtrFun()
1876 case DD_PTR: in decl_ToString()
2105 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in decl_PrintTraceInfo()
[all …]
H A Dparseproto.h208 DD_PTR = 3 /* [tq] pointer to ... */ enumerator
H A Dtrace.c806 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in collect_prototype()