Home
last modified time | relevance | path

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

/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dlctype.h236 extern bool ctype_matchDef (ctype p_c1, ctype p_c2) /*@*/ ;
/dports/devel/splint/splint-3.1.2/src/
H A Dctype.c1715 ctype_matchDef (ctype c1, ctype c2) in ctype_matchDef() function
H A Duentry.c8403 && !ctype_matchDef (newRetType, oldRetType)) in checkFunctionConformance()
8925 if (ctype_matchDef (old->info->datatype->type, in uentry_checkDatatypeConformance()
9306 !ctype_matchDef (old->utype, unew->utype)) in uentry_checkConformance()