Home
last modified time | relevance | path

Searched refs:DF_FuncType (Results 1 – 1 of 1) sorted by relevance

/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/simulator/
H A Ddataformats.c77 } DF_FuncType; typedef
82 DF_FuncType *funcAndArgs;
146 return ((DF_FuncType*)tyPtr)->kindTabIndex; in DF_typeStrFuncInd()
150 return ((DF_FuncType*)tyPtr)->arity; in DF_typeStrFuncArity()
190 ((DF_StrType*)loc)->funcAndArgs = (DF_FuncType*)funcAndArgs; in DF_mkStrType()
194 ((DF_FuncType*)loc)->tag.categoryTag = DF_TY_TAG_FUNC; in DF_mkStrFuncType()
195 ((DF_FuncType*)loc)->kindTabIndex = ind; in DF_mkStrFuncType()
196 ((DF_FuncType*)loc)->arity = n; in DF_mkStrFuncType()