Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-h8300.c9 uintptr_ctype = &uint_ctype; in init_h8300()
Dtarget-sh.c11 uintptr_ctype = &uint_ctype; in init_sh()
Dtarget-s390.c10 uintptr_ctype = &uint_ctype; in init_s390()
Dtarget.h10 extern struct symbol *uintptr_ctype;
Dtarget.c10 struct symbol *uintptr_ctype; variable
Dpredefine.c169 predefined_ctype("UINTPTR", uintptr_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
Dsymbol.c994 if (!uintptr_ctype) in init_ctype()
995 uintptr_ctype = size_t_ctype; in init_ctype()
Devaluate.c3077 if ((ttype == &ulong_ctype || ttype == uintptr_ctype) && !Wcast_from_as) in evaluate_cast()
3084 if ((stype == &ulong_ctype || stype == uintptr_ctype)) in evaluate_cast()
Dparse.c1241 return ctype->ctype.modifiers & MOD_UNSIGNED ? uintptr_ctype in to_pointer_mode()