Home
last modified time | relevance | path

Searched refs:uint_ctype (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-x86.c52 ufast16_ctype = &uint_ctype; in init_i386()
54 ufast32_ctype = &uint_ctype; in init_i386()
84 ufast16_ctype = &uint_ctype; in init_x86_x32()
86 ufast32_ctype = &uint_ctype; in init_x86_x32()
122 ufast32_ctype = &uint_ctype; in init_x86_64()
130 ufast32_ctype = &uint_ctype; in init_x86_64()
134 ufast8_ctype = &uint_ctype; in init_x86_64()
136 ufast16_ctype = &uint_ctype; in init_x86_64()
138 ufast32_ctype = &uint_ctype; in init_x86_64()
143 ufast32_ctype = &uint_ctype; in init_x86_64()
Dtarget-arm.c9 ufast16_ctype = &uint_ctype; in init_arm()
11 ufast32_ctype = &uint_ctype; in init_arm()
17 ufast8_ctype = &uint_ctype; in init_arm()
50 .wchar = &uint_ctype,
Dtarget-openrisc.c9 ufast16_ctype = &uint_ctype; in init_openrisc()
11 ufast32_ctype = &uint_ctype; in init_openrisc()
13 wchar_ctype = &uint_ctype; in init_openrisc()
Dtarget-nds32.c9 ufast16_ctype = &uint_ctype; in init_nds32()
11 ufast32_ctype = &uint_ctype; in init_nds32()
13 wchar_ctype = &uint_ctype; in init_nds32()
Dtarget-h8300.c9 uintptr_ctype = &uint_ctype; in init_h8300()
15 ufast16_ctype = &uint_ctype; in init_h8300()
17 ufast32_ctype = &uint_ctype; in init_h8300()
Dtarget-sh.c11 uintptr_ctype = &uint_ctype; in init_sh()
14 ufast16_ctype = &uint_ctype; in init_sh()
16 ufast32_ctype = &uint_ctype; in init_sh()
Dtarget-s390.c10 uintptr_ctype = &uint_ctype; in init_s390()
13 ufast16_ctype = &uint_ctype; in init_s390()
15 ufast32_ctype = &uint_ctype; in init_s390()
Dbuiltin.c678 { "__builtin_bswap32", &uint_ctype, 0, { &uint_ctype }, .op = &bswap_op },
700 { "__builtin_frame_address", &ptr_ctype, 0, { &uint_ctype }},
736 { "__builtin_parity", &int_ctype, 0, { &uint_ctype }, .op = &parity_op },
739 { "__builtin_popcount", &int_ctype, 0, { &uint_ctype }, .op = &popcount_op },
746 { "__builtin_return_address", &ptr_ctype, 0, { &uint_ctype }},
784 { "__builtin_uadd_overflow", &bool_ctype, 0, { &uint_ctype, &uint_ctype, &uint_ptr_ctype }},
787 { "__builtin_umul_overflow", &bool_ctype, 0, { &uint_ctype, &uint_ctype, &uint_ptr_ctype }},
791 { "__builtin_usub_overflow", &bool_ctype, 0, { &uint_ctype, &uint_ctype, &uint_ptr_ctype }},
Dtarget.c18 struct symbol *uint32_ctype = &uint_ctype;
20 struct symbol *wint_ctype = &uint_ctype;
26 struct symbol *uleast32_ctype = &uint_ctype;
230 size_t_ctype = &uint_ctype; in target_init()
Dtarget-xtensa.c9 ufast16_ctype = &uint_ctype; in init_xtensa()
11 ufast32_ctype = &uint_ctype; in init_xtensa()
Dtarget-microblaze.c9 ufast16_ctype = &uint_ctype; in init_microblaze()
11 ufast32_ctype = &uint_ctype; in init_microblaze()
Dtarget-m68k.c9 ufast16_ctype = &uint_ctype; in init_m68k()
11 ufast32_ctype = &uint_ctype; in init_m68k()
Dtarget-nios2.c10 ufast16_ctype = &uint_ctype; in init_nios2()
12 ufast32_ctype = &uint_ctype; in init_nios2()
Dtarget-sparc.c23 ufast16_ctype = &uint_ctype; in init_sparc32()
25 ufast32_ctype = &uint_ctype; in init_sparc32()
Dtarget-ppc.c37 ufast16_ctype = &uint_ctype; in init_ppc32()
39 ufast32_ctype = &uint_ctype; in init_ppc32()
Dtarget-riscv.c93 ufast16_ctype = &uint_ctype; in init_riscv32()
95 ufast32_ctype = &uint_ctype; in init_riscv32()
Dtarget-arm64.c40 .wchar = &uint_ctype,
Dsymbol.c822 int_ctype, sint_ctype, uint_ctype, variable
904 { &uint_ctype, T_UINT( 0, int) },
933 { &uint_ptr_ctype, T_PTR(&uint_ctype) },
Dsymbol.h295 int_ctype, sint_ctype, uint_ctype,
Dparse.c1014 else if (type_is_ok(&uint_ctype, range)) in parse_enum_declaration()
1015 base_type = &uint_ctype; in parse_enum_declaration()
1217 return ctype->ctype.modifiers & MOD_UNSIGNED ? &uint_ctype in to_SI_mode()
1489 {&uchar_ctype, &ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,
Dshow-parse.c249 { &uint_ctype, "unsigned int", "U" },
Devaluate.c174 return &uint_ctype; in integer_promotion()
196 [0] = &uint_ctype, in bigger_int_type()
1333 expr->right = cast_to(expr->right, &uint_ctype); in evaluate_assign_op()