/third_party/ltp/tools/sparse/sparse-src/ |
D | target-x86.c | 52 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()
|
D | target-arm.c | 9 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,
|
D | target-openrisc.c | 9 ufast16_ctype = &uint_ctype; in init_openrisc() 11 ufast32_ctype = &uint_ctype; in init_openrisc() 13 wchar_ctype = &uint_ctype; in init_openrisc()
|
D | target-nds32.c | 9 ufast16_ctype = &uint_ctype; in init_nds32() 11 ufast32_ctype = &uint_ctype; in init_nds32() 13 wchar_ctype = &uint_ctype; in init_nds32()
|
D | target-h8300.c | 9 uintptr_ctype = &uint_ctype; in init_h8300() 15 ufast16_ctype = &uint_ctype; in init_h8300() 17 ufast32_ctype = &uint_ctype; in init_h8300()
|
D | target-sh.c | 11 uintptr_ctype = &uint_ctype; in init_sh() 14 ufast16_ctype = &uint_ctype; in init_sh() 16 ufast32_ctype = &uint_ctype; in init_sh()
|
D | target-s390.c | 10 uintptr_ctype = &uint_ctype; in init_s390() 13 ufast16_ctype = &uint_ctype; in init_s390() 15 ufast32_ctype = &uint_ctype; in init_s390()
|
D | builtin.c | 678 { "__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 }},
|
D | target.c | 18 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()
|
D | target-xtensa.c | 9 ufast16_ctype = &uint_ctype; in init_xtensa() 11 ufast32_ctype = &uint_ctype; in init_xtensa()
|
D | target-microblaze.c | 9 ufast16_ctype = &uint_ctype; in init_microblaze() 11 ufast32_ctype = &uint_ctype; in init_microblaze()
|
D | target-m68k.c | 9 ufast16_ctype = &uint_ctype; in init_m68k() 11 ufast32_ctype = &uint_ctype; in init_m68k()
|
D | target-nios2.c | 10 ufast16_ctype = &uint_ctype; in init_nios2() 12 ufast32_ctype = &uint_ctype; in init_nios2()
|
D | target-sparc.c | 23 ufast16_ctype = &uint_ctype; in init_sparc32() 25 ufast32_ctype = &uint_ctype; in init_sparc32()
|
D | target-ppc.c | 37 ufast16_ctype = &uint_ctype; in init_ppc32() 39 ufast32_ctype = &uint_ctype; in init_ppc32()
|
D | target-riscv.c | 93 ufast16_ctype = &uint_ctype; in init_riscv32() 95 ufast32_ctype = &uint_ctype; in init_riscv32()
|
D | target-arm64.c | 40 .wchar = &uint_ctype,
|
D | symbol.c | 822 int_ctype, sint_ctype, uint_ctype, variable 904 { &uint_ctype, T_UINT( 0, int) }, 933 { &uint_ptr_ctype, T_PTR(&uint_ctype) },
|
D | symbol.h | 295 int_ctype, sint_ctype, uint_ctype,
|
D | parse.c | 1014 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,
|
D | show-parse.c | 249 { &uint_ctype, "unsigned int", "U" },
|
D | evaluate.c | 174 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()
|