Home
last modified time | relevance | path

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

/dports/devel/splint/splint-3.1.2/src/
H A Dctype.c1837 bool res = ctentry_isPointer (ctype_getCtentry (c)); in ctype_isPointer()
H A Dctbase.i96 # define ctentry_isPointer(c) ((c)->kind == CTK_PTR) macro