Lines Matching refs:DD_FUN
1211 case DD_FUN: in type_Destroy()
1283 tp->t_dt = DD_FUN; in type_SetFun()
1334 case DD_FUN: in type_PrintType()
1456 return (tp && (tp->t_dt == DD_FUN)); in type_IsFunction()
1461 assert(tp->t_dt == DD_FUN); in type_GetArgLength()
1471 assert(tp->t_dt == DD_FUN); in type_IsVarargs()
1478 assert(tp->t_dt == DD_FUN); in type_GetArg()
1504 return (tp && (tp->t_dt == DD_FUN)); in type_IsPtrFun()
1879 (tp->t_next->t_dt == DD_FUN))) { in decl_ToString()
1909 case DD_FUN: in decl_ToString()
2165 while (tp->t_dt != DD_FUN) in decl_GetTraceInfo()
2192 case DD_FUN: in decl_ToFormal()