Home
last modified time | relevance | path

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

/dports/devel/splint/splint-3.1.2/src/
H A Dctbase.i294 static ctype ctbase_getConjA (/*@notnull@*/ ctbase p_c) /*@*/ ;
461 if (ctype_isUA (ctbase_getConjA (c))) { in ctbase_typeId()
462 return ctbase_typeId (ctype_getCtbase (ctbase_getConjA (c))); in ctbase_typeId()
1977 ctbase_getConjA (/*@notnull@*/ ctbase c) in ctbase_getConjA() function
H A Dctype.c1589 return (ctbase_getConjA (ctype_getCtbaseSafe (c))); in ctype_getConjA()