Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1188 tp->t_dt = DD_NONE; in type_Construct()
1210 switch (tp->t_dt) { in type_Destroy()
1241 assert(tp->t_dt == DD_NONE); in type_SetPtr()
1243 tp->t_dt = DD_PTR; in type_SetPtr()
1258 assert(tp->t_dt == DD_NONE); in type_SetAry()
1261 tp->t_dt = DD_ARY; in type_SetAry()
1281 assert(tp->t_dt == DD_NONE); in type_SetFun()
1283 tp->t_dt = DD_FUN; in type_SetFun()
1326 switch (tp->t_dt) { in type_PrintType()
1401 nt = (nextp = tp->t_next)? nextp->t_dt : DD_NONE; in type_Verify()
[all …]
H A Dparseproto.h226 decl_type_t t_dt; /* oneof DD_* */ member
H A Dtrace.c806 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in collect_prototype()