Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1218 case DD_ARY: in type_Destroy()
1261 tp->t_dt = DD_ARY; in type_SetAry()
1351 case DD_ARY: in type_PrintType()
1432 return (tp && (tp->t_dt == DD_ARY)); in type_IsArray()
1437 assert(tp->t_dt == DD_ARY); in type_GetArraySize()
1878 ((tp->t_next->t_dt == DD_ARY) || in decl_ToString()
1904 case DD_ARY: in decl_ToString()
2105 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in decl_PrintTraceInfo()
2185 case DD_ARY: in decl_ToFormal()
H A Dparseproto.h206 DD_ARY = 1, /* array of [size] ... */ enumerator
H A Dtrace.c806 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in collect_prototype()