Searched refs:ulong_ctype (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | target.c | 11 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()
|
D | builtin.c | 737 { "__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 }},
|
D | target-x86.c | 33 size_t_ctype = &ulong_ctype; in init_x86_common() 149 uleast64_ctype = &ulong_ctype; in init_x86_64()
|
D | target-h8300.c | 11 size_t_ctype = &ulong_ctype; in init_h8300()
|
D | target-arm.c | 15 uint32_ctype = &ulong_ctype; in init_arm()
|
D | symbol.c | 823 long_ctype, slong_ctype, ulong_ctype, variable 907 { &ulong_ctype, T_UINT( 1, long) }, 935 { &ulong_ptr_ctype, T_PTR(&ulong_ctype) },
|
D | symbol.h | 296 long_ctype, slong_ctype, ulong_ctype,
|
D | parse.c | 1018 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,
|
D | show-parse.c | 252 { &ulong_ctype, "unsigned long", "UL" },
|
D | evaluate.c | 197 [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()
|