Searched refs:DD_ARY (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h208 DD_ARY = 1, /* array of [size] ... */ enumerator in enum:__anon11
235 /* DD_ARY */
H A Dparseproto.y1196 tp->t_sizestr = NULL; /* DD_ARY */
1218 case DD_ARY:
1261 tp->t_dt = DD_ARY;
1351 case DD_ARY:
1432 return (tp && (tp->t_dt == DD_ARY));
1437 assert(tp->t_dt == DD_ARY);
1760 * decl_addary - allocate and add a DD_ARY type_t to the end of
1878 ((tp->t_next->t_dt == DD_ARY) ||
1904 case DD_ARY:
2105 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) {
[all...]
H A Dtrace.c808 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) {

Completed in 48 milliseconds