Searched refs:fdtype (Results 1 – 3 of 3) sorted by relevance
131 struct fdtype { struct153 struct fdtype *type; argument188 struct fdtype *type;205 struct fdtype * fdcgetfdtype(int);237 struct fdtype fdtype[] = { variable242 int nfdtype = __arraycount(fdtype);939 struct fdtype *942 struct fdtype *ftp; in fdcgetfdtype()975 for (cnt = 0, ftp = fdtype; cnt < nfdtype; ftp++, cnt++) in fdcgetfdtype()982 return(fdtype); in fdcgetfdtype()
2625 TypeFunction fdtype = type.isTypeFunction(); in getParameterList() local2626 if (fdtype) // Could also be TypeError in getParameterList()2627 return fdtype.parameterList; in getParameterList()
4651 TypeFunction *fdtype = type->toTypeFunction(); in getParameters() local4652 fparameters = fdtype->parameters; in getParameters()4653 fvarargs = fdtype->varargs; in getParameters()