Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c16 struct symbol *uint64_ctype = &ulong_ctype; variable
233 uint64_ctype = &ullong_ctype; in target_init()
245 uint64_ctype = &ullong_ctype; in target_init()
Dtarget-x86.c117 uint64_ctype = &ullong_ctype; in init_x86_64()
145 uint64_ctype = &ullong_ctype; in init_x86_64()
Dtarget-sh.c9 uint64_ctype = &ullong_ctype; in init_sh()
Dpredefine.c146 predefined_ctype("UINT64", uint64_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
155 predefined_ctype("UINT_LEAST64", uint64_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
Dtarget.h14 extern struct symbol *uint64_ctype;