Home
last modified time | relevance | path

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

/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/simulator/
H A Dtypes.c133 if (!DF_isArrowType(tyPtr1)) EM_THROW(EM_FAIL); in TY_typesUnify()
H A Ddataformats.h144 Boolean DF_isArrowType(DF_TypePtr); // is type arrow?
H A Ddataformats.c110 Boolean DF_isArrowType(DF_TypePtr tyPtr) in DF_isArrowType() function
H A Dsiminstr.c1090 if (DF_isArrowType(tyPtr)) { in SINSTR_get_type_arrow()