Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.c10 struct symbol *uintmax_ctype = &ullong_ctype; variable
129 uintmax_ctype = &ullong_ctype; in init_target()
137 uintmax_ctype = &ulong_ctype; in init_target()
H A Dtarget.h7 extern struct symbol *uintmax_ctype;
H A Dlib.c1289 predefined_ctype("UINTMAX", uintmax_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()