Searched refs:llong_ctype (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | target.c | 27 struct symbol *least64_ctype = &llong_ctype; 232 int64_ctype = &llong_ctype; in target_init() 234 intmax_ctype = &llong_ctype; in target_init() 236 fast64_ctype = &llong_ctype; in target_init() 243 ssize_t_ctype = &llong_ctype; in target_init() 244 int64_ctype = &llong_ctype; in target_init() 246 intmax_ctype = &llong_ctype; in target_init()
|
D | target-x86.c | 116 int64_ctype = &llong_ctype; in init_x86_64() 123 fast64_ctype = &llong_ctype; in init_x86_64() 144 int64_ctype = &llong_ctype; in init_x86_64() 146 intmax_ctype = &llong_ctype; in init_x86_64()
|
D | builtin.c | 684 { "__builtin_clrsbll", &int_ctype, 0, { &llong_ctype }, .op = &clrsb_op }, 687 { "__builtin_clzll", &int_ctype, 0, { &llong_ctype }, .op = &clz_op }, 690 { "__builtin_ctzll", &int_ctype, 0, { &llong_ctype }, .op = &ctz_op }, 696 { "__builtin_ffsll", &int_ctype, 0, { &llong_ctype }, .op = &ffs_op }, 722 { "__builtin_llabs", &llong_ctype, 0, { &llong_ctype }}, 750 { "__builtin_saddll_overflow", &bool_ctype, 0, { &llong_ctype, &llong_ctype, &llong_ptr_ctype }}, 754 { "__builtin_smulll_overflow", &bool_ctype, 0, { &llong_ctype, &llong_ctype, &llong_ptr_ctype }}, 759 { "__builtin_ssubll_overflow", &bool_ctype, 0, { &llong_ctype, &llong_ctype, &llong_ptr_ctype }},
|
D | target-sh.c | 8 int64_ctype = &llong_ctype; in init_sh()
|
D | predefine.c | 137 predefined_ctype("LONG_LONG", &llong_ctype, PTYPE_ALL); in predefined_macros()
|
D | symbol.c | 824 llong_ctype, sllong_ctype, ullong_ctype, variable 908 { &llong_ctype, T__INT( 2, longlong) }, 936 { &llong_ptr_ctype, T_PTR(&llong_ctype) },
|
D | symbol.h | 297 llong_ctype, sllong_ctype, ullong_ctype,
|
D | parse.c | 1024 else if (type_is_ok(&llong_ctype, range)) in parse_enum_declaration() 1025 base_type = &llong_ctype; in parse_enum_declaration() 1484 {&char_ctype, &short_ctype, &int_ctype, &long_ctype, &llong_ctype, &int128_ctype};
|
D | show-parse.c | 253 { & llong_ctype, "long long", "LL" },
|