Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c28 struct symbol *uleast64_ctype = &ullong_ctype;
233 uint64_ctype = &ullong_ctype; in target_init()
235 uintmax_ctype = &ullong_ctype; in target_init()
237 ufast64_ctype = &ullong_ctype; in target_init()
242 size_t_ctype = &ullong_ctype; in target_init()
245 uint64_ctype = &ullong_ctype; in target_init()
247 uintmax_ctype = &ullong_ctype; in target_init()
Dtarget-x86.c117 uint64_ctype = &ullong_ctype; in init_x86_64()
124 ufast64_ctype = &ullong_ctype; in init_x86_64()
145 uint64_ctype = &ullong_ctype; in init_x86_64()
147 uintmax_ctype = &ullong_ctype; in init_x86_64()
Dbuiltin.c679 { "__builtin_bswap64", &ullong_ctype, 0, { &ullong_ctype }, .op = &bswap_op },
738 { "__builtin_parityll", &int_ctype, 0, { &ullong_ctype }, .op = &parity_op },
741 { "__builtin_popcountll", &int_ctype, 0, { &ullong_ctype }, .op = &popcount_op },
786 …{ "__builtin_uaddll_overflow", &bool_ctype, 0, { &ullong_ctype, &ullong_ctype, &ullong_ptr_ctype }…
789 …{ "__builtin_umulll_overflow", &bool_ctype, 0, { &ullong_ctype, &ullong_ctype, &ullong_ptr_ctype }…
793 …{ "__builtin_usubll_overflow", &bool_ctype, 0, { &ullong_ctype, &ullong_ctype, &ullong_ptr_ctype }…
Dtarget-sh.c9 uint64_ctype = &ullong_ctype; in init_sh()
Dsymbol.c824 llong_ctype, sllong_ctype, ullong_ctype, variable
910 { &ullong_ctype, T_UINT( 2, longlong) },
937 { &ullong_ptr_ctype, T_PTR(&ullong_ctype) },
Dsymbol.h297 llong_ctype, sllong_ctype, ullong_ctype,
Dparse.c1022 else if (type_is_ok(&ullong_ctype, range)) in parse_enum_declaration()
1023 base_type = &ullong_ctype; in parse_enum_declaration()
1225 return ctype->ctype.modifiers & MOD_UNSIGNED ? &ullong_ctype in to_DI_mode()
1489 {&uchar_ctype, &ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,
Dshow-parse.c255 { &ullong_ctype, "unsigned long long", "ULL" },
Devaluate.c198 [2] = &ullong_ctype, in bigger_int_type()