Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c15 struct symbol *int64_ctype = &long_ctype; variable
232 int64_ctype = &llong_ctype; in target_init()
244 int64_ctype = &llong_ctype; in target_init()
Dtarget-x86.c116 int64_ctype = &llong_ctype; in init_x86_64()
144 int64_ctype = &llong_ctype; in init_x86_64()
Dtarget-sh.c8 int64_ctype = &llong_ctype; in init_sh()
Dpredefine.c145 predefined_ctype("INT64", int64_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
154 predefined_ctype("INT_LEAST64", int64_ctype, PTYPE_MAX|PTYPE_TYPE|PTYPE_WIDTH); in predefined_macros()
Dtarget.h13 extern struct symbol *int64_ctype;