Searched refs:DD_FUN (Results 1 – 2 of 2) sorted by relevance
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()[all …]
209 DD_FUN = 2, /* function [taking and] returning ... */ enumerator