Searched refs:DD_ARY (Results 1 – 3 of 3) sorted by relevance
1218 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()2107 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in decl_PrintTraceInfo()2187 case DD_ARY: in decl_ToFormal()
206 DD_ARY = 1, /* array of [size] ... */ enumerator
806 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in collect_prototype()