Home
last modified time | relevance | path

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

/dports/devel/splint/splint-3.1.2/src/
H A Dctbase.i111 static bool ctbase_isEitherArray (/*@notnull@*/ /*@dependent@*/ ctbase p_c) /*@*/ ;
361 ctbase_isEitherArray (/*@notnull@*/ ctbase c) in ctbase_isEitherArray() function
H A Dctype.c1855 return (ctbase_isEitherArray (ctype_getCtbaseSafe (c))); in ctype_isArray()