Home
last modified time | relevance | path

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

/dports/devel/splint/splint-3.1.2/src/
H A Dllerror.c687 if (ctype_isArbitraryIntegral (ctype_realType (ut1)) in llgentypeerroraux()
688 && !ctype_isArbitraryIntegral (ctype_realType (ut2))) in llgentypeerroraux()
692 else if (ctype_isArbitraryIntegral (ctype_realType (ut2)) in llgentypeerroraux()
693 && !ctype_isArbitraryIntegral (ctype_realType (ut1))) in llgentypeerroraux()
722 else if (ctype_isArbitraryIntegral (ctype_realType (ut1))) in llgentypeerroraux()
726 if (ctype_isArbitraryIntegral (ctype_realType (ut2))) in llgentypeerroraux()
747 else if (ctype_isArbitraryIntegral (ctype_realType (ut2))) in llgentypeerroraux()
751 if (ctype_isArbitraryIntegral (tr)) in llgentypeerroraux()
H A Dctype.c801 ctype_isArbitraryIntegral (ctype c) in ctype_isArbitraryIntegral() function
980 || ctype_isArbitraryIntegral (c)); in ctype_isNumeric()
H A Duentry.c3001 if (ctype_isArbitraryIntegral (base)) in checkSpecialFunction()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dlctype.h191 extern bool ctype_isArbitraryIntegral (ctype p_c) /*@*/ ;