Home
last modified time | relevance | path

Searched refs:llong_ctype (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c27 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()
Dtarget-x86.c116 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()
Dbuiltin.c684 { "__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 }},
Dtarget-sh.c8 int64_ctype = &llong_ctype; in init_sh()
Dpredefine.c137 predefined_ctype("LONG_LONG", &llong_ctype, PTYPE_ALL); in predefined_macros()
Dsymbol.c824 llong_ctype, sllong_ctype, ullong_ctype, variable
908 { &llong_ctype, T__INT( 2, longlong) },
936 { &llong_ptr_ctype, T_PTR(&llong_ctype) },
Dsymbol.h297 llong_ctype, sllong_ctype, ullong_ctype,
Dparse.c1024 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};
Dshow-parse.c253 { & llong_ctype, "long long", "LL" },