Searched refs:DD_PTR (Results 1 – 3 of 3) sorted by relevance
1215 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()2107 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in decl_PrintTraceInfo()[all …]
208 DD_PTR = 3 /* [tq] pointer to ... */ enumerator
806 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) { in collect_prototype()