Home
last modified time | relevance | path

Searched refs:ulong_ctype (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c11 struct symbol *size_t_ctype = &ulong_ctype;
14 struct symbol *uintmax_ctype = &ulong_ctype;
16 struct symbol *uint64_ctype = &ulong_ctype;
32 struct symbol *ufast16_ctype = &ulong_ctype;
34 struct symbol *ufast32_ctype = &ulong_ctype;
36 struct symbol *ufast64_ctype = &ulong_ctype;
272 size_t_ctype = &ulong_ctype; in target_init()
Dbuiltin.c737 { "__builtin_parityl", &int_ctype, 0, { &ulong_ctype }, .op = &parity_op },
740 { "__builtin_popcountl", &int_ctype, 0, { &ulong_ctype }, .op = &popcount_op },
785 { "__builtin_uaddl_overflow", &bool_ctype, 0, { &ulong_ctype, &ulong_ctype, &ulong_ptr_ctype }},
788 { "__builtin_umull_overflow", &bool_ctype, 0, { &ulong_ctype, &ulong_ctype, &ulong_ptr_ctype }},
792 { "__builtin_usubl_overflow", &bool_ctype, 0, { &ulong_ctype, &ulong_ctype, &ulong_ptr_ctype }},
Dtarget-x86.c33 size_t_ctype = &ulong_ctype; in init_x86_common()
149 uleast64_ctype = &ulong_ctype; in init_x86_64()
Dtarget-h8300.c11 size_t_ctype = &ulong_ctype; in init_h8300()
Dtarget-arm.c15 uint32_ctype = &ulong_ctype; in init_arm()
Dsymbol.c823 long_ctype, slong_ctype, ulong_ctype, variable
907 { &ulong_ctype, T_UINT( 1, long) },
935 { &ulong_ptr_ctype, T_PTR(&ulong_ctype) },
Dsymbol.h296 long_ctype, slong_ctype, ulong_ctype,
Dparse.c1018 else if (type_is_ok(&ulong_ctype, range)) in parse_enum_declaration()
1019 base_type = &ulong_ctype; in parse_enum_declaration()
1249 return ctype->ctype.modifiers & MOD_UNSIGNED ? &ulong_ctype in to_word_mode()
1489 {&uchar_ctype, &ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,
Dshow-parse.c252 { &ulong_ctype, "unsigned long", "UL" },
Devaluate.c197 [1] = &ulong_ctype, in bigger_int_type()
3077 if ((ttype == &ulong_ctype || ttype == uintptr_ctype) && !Wcast_from_as) in evaluate_cast()
3084 if ((stype == &ulong_ctype || stype == uintptr_ctype)) in evaluate_cast()