Home
last modified time | relevance | path

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

/dports/devel/splint/splint-3.1.2/src/
H A DtransferChecks.c1892 if (ctype_isRealAP (ct)) in transferChecks_passParam()
1963 if (ctype_isRealAP (ct) in transferChecks_passParam()
2012 if (ctype_isRealAP (ct) in transferChecks_passParam()
2062 if (ctype_isRealAP (ct) in transferChecks_passParam()
2126 && (ctype_isRealAP (ct))) in transferChecks_passParam()
2214 if (ctype_isRealAP (sRef_getType (fref))) in transferChecks_passParam()
2538 && ctype_isRealAP (ttyp)) in checkTransferNullAux()
H A Dctype.c1085 ctype_isRealAP (ctype c) in ctype_isRealAP() function
1088 return (ctype_isRealAP (ctype_getConjA (c)) || in ctype_isRealAP()
1089 ctype_isRealAP (ctype_getConjB (c))); in ctype_isRealAP()
H A DexprNode.c1231 && ctype_isRealAP (exprNode_getType (e2))) /* fetch like 3[a] */ in exprNode_arrayFetch()
4396 if (ctype_isForceRealNumeric (&t) || ctype_isRealAP (t)) in exprNode_postOp()
4551 if (ctype_isForceRealNumeric (&tr) || ctype_isRealAP (tr)) in exprNode_preOp()
5051 else if (ctype_isRealAP (c)) /* casting to array or pointer */ in exprNode_cast()
8315 if (ctype_isRealAP (t1)) in exprNode_checkOneInit()
H A DsRef.c6420 if (ctype_isRealAP (arr->type)) in sRef_setArrayFetchState()
6939 if (ctype_isRealAP (rt)) in sRef_constructPointerAux()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dlctype.h205 extern bool ctype_isRealAP (ctype p_c) /*@*/ ;