Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.c12 struct symbol *uint64_ctype = &ulong_ctype; variable
122 uint64_ctype = &ullong_ctype; in init_target()
127 uint64_ctype = &ullong_ctype; in init_target()
145 uint64_ctype = &ullong_ctype; in init_target()
161 uint64_ctype = &ullong_ctype; in init_target()
H A Dtarget.h9 extern struct symbol *uint64_ctype;
H A Dlib.c1284 predefined_ctype("UINT64", uint64_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()