Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c13 struct symbol *intmax_ctype = &long_ctype; variable
234 intmax_ctype = &llong_ctype; in target_init()
246 intmax_ctype = &llong_ctype; in target_init()
Dtarget-x86.c146 intmax_ctype = &llong_ctype; in init_x86_64()
Dtarget.h11 extern struct symbol *intmax_ctype;
Dpredefine.c166 predefined_ctype("INTMAX", intmax_ctype, PTYPE_MAX|PTYPE_TYPE|PTYPE_WIDTH); in predefined_macros()
Dsymbol.c998 intmax_ptr_ctype.ctype.base_type = intmax_ctype; in init_ctype()