Lines Matching refs:DD_PTR
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()
2154 if (tp->t_dt == DD_PTR) { in decl_GetTraceInfo()