Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h286 #define uintptr_ctype size_t_ctype macro
H A Devaluate.c3018 if ((ttype == &ulong_ctype || ttype == uintptr_ctype) && !Wcast_from_as) in evaluate_cast()
3025 if ((stype == &ulong_ctype || stype == uintptr_ctype)) in evaluate_cast()
H A Dparse.c1228 return ctype->ctype.modifiers & MOD_UNSIGNED ? uintptr_ctype in to_pointer_mode()