Home
last modified time | relevance | path

Searched refs:int_ctype (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/
Dbuiltin.c44 expr->ctype = &int_ctype; in evaluate_to_int_const_expr()
638 { "__atomic_add_fetch", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op },
640 { "__atomic_and_fetch", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op },
641 { "__atomic_clear", &void_ctype, 0, { &volatile_bool_ptr_ctype, &int_ctype }},
642 … &bool_ctype, 0, { vol_ptr, &ptr_ctype, &ptr_ctype, &bool_ctype, &int_ctype, &int_ctype }, .op = &…
643 …", &bool_ctype, 0, { vol_ptr, &ptr_ctype, &dyntype, &bool_ctype, &int_ctype, &int_ctype }, .op = &…
644 …{ "__atomic_exchange", &void_ctype, 0, { vol_ptr, &ptr_ctype, &ptr_ctype, &int_ctype }, .op = &ato…
645 { "__atomic_exchange_n", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op },
646 { "__atomic_fetch_add", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op },
647 { "__atomic_fetch_and", NULL, 0, { vol_ptr, &dyntype, &int_ctype }, .op = &atomic_op },
[all …]
Dtarget-x86.c30 wint_ctype = &int_ctype; in init_x86_common()
35 wchar_ctype = &int_ctype; in init_x86_common()
36 wint_ctype = &int_ctype; in init_x86_common()
51 fast16_ctype = &int_ctype; in init_i386()
53 fast32_ctype = &int_ctype; in init_i386()
83 fast16_ctype = &int_ctype; in init_x86_x32()
85 fast32_ctype = &int_ctype; in init_x86_x32()
118 wint_ctype = &int_ctype; in init_x86_64()
121 fast32_ctype = &int_ctype; in init_x86_64()
129 fast32_ctype = &int_ctype; in init_x86_64()
[all …]
Dtarget-nios2.c9 fast16_ctype = &int_ctype; in init_nios2()
11 fast32_ctype = &int_ctype; in init_nios2()
32 { "__builtin_rdctl", &int_ctype, 0, { &int_ctype }},
33 { "__builtin_wrctl", &void_ctype, 0, { &int_ctype, &int_ctype }},
34 { "__builtin_custom_ini", &int_ctype, 0, { &int_ctype }},
Dtarget-h8300.c8 intptr_ctype = &int_ctype; in init_h8300()
14 fast16_ctype = &int_ctype; in init_h8300()
16 fast32_ctype = &int_ctype; in init_h8300()
Dtarget-sh.c10 intptr_ctype = &int_ctype; in init_sh()
13 fast16_ctype = &int_ctype; in init_sh()
15 fast32_ctype = &int_ctype; in init_sh()
Dtarget-arm.c8 fast16_ctype = &int_ctype; in init_arm()
10 fast32_ctype = &int_ctype; in init_arm()
16 fast8_ctype = &int_ctype; in init_arm()
Dtarget-s390.c9 intptr_ctype = &int_ctype; in init_s390()
12 fast16_ctype = &int_ctype; in init_s390()
14 fast32_ctype = &int_ctype; in init_s390()
Dtarget.c17 struct symbol *int32_ctype = &int_ctype;
19 struct symbol *wchar_ctype = &int_ctype;
25 struct symbol *least32_ctype = &int_ctype;
37 struct symbol *sig_atomic_ctype = &int_ctype;
231 ssize_t_ctype = &int_ctype; in target_init()
Dtarget-bfin.c16 { "__builtin_bfin_norm_fr1x32", &int_ctype, 0, { &int_ctype }},
Dtarget-openrisc.c8 fast16_ctype = &int_ctype; in init_openrisc()
10 fast32_ctype = &int_ctype; in init_openrisc()
Dtarget-xtensa.c8 fast16_ctype = &int_ctype; in init_xtensa()
10 fast32_ctype = &int_ctype; in init_xtensa()
Dtarget-microblaze.c8 fast16_ctype = &int_ctype; in init_microblaze()
10 fast32_ctype = &int_ctype; in init_microblaze()
Dtarget-m68k.c8 fast16_ctype = &int_ctype; in init_m68k()
10 fast32_ctype = &int_ctype; in init_m68k()
Dtarget-nds32.c8 fast16_ctype = &int_ctype; in init_nds32()
10 fast32_ctype = &int_ctype; in init_nds32()
Dtarget-ppc.c36 fast16_ctype = &int_ctype; in init_ppc32()
38 fast32_ctype = &int_ctype; in init_ppc32()
Dtarget-sparc.c22 fast16_ctype = &int_ctype; in init_sparc32()
24 fast32_ctype = &int_ctype; in init_sparc32()
Dtarget-riscv.c92 fast16_ctype = &int_ctype; in init_riscv32()
94 fast32_ctype = &int_ctype; in init_riscv32()
Dtarget-mips.c10 predefine("_MIPS_SZINT", 1, "%d", int_ctype.bit_size); in predefine_mips()
Dparse.c891 struct range irange = type_range(&int_ctype); in cast_enum_list()
903 expr->ctype = &int_ctype; in cast_enum_list()
919 parent->ctype.base_type = &int_ctype; in parse_enum_declaration()
936 ctype = &int_ctype; in parse_enum_declaration()
981 base_type = &int_ctype; in parse_enum_declaration()
1016 else if (type_is_ok(&int_ctype, range)) in parse_enum_declaration()
1017 base_type = &int_ctype; in parse_enum_declaration()
1484 {&char_ctype, &short_ctype, &int_ctype, &long_ctype, &llong_ctype, &int128_ctype};
2726 sym->ctype.base_type = &int_ctype; in declare_argument()
2806 arg->ctype.base_type = &int_ctype; in promote_k_r_types()
[all …]
Dsymbol.c822 int_ctype, sint_ctype, uint_ctype, variable
902 { &int_ctype, T__INT( 0, int) },
932 { &int_ptr_ctype, T_PTR(&int_ctype) },
947 { &const_wchar_ctype, T_CONST(&int_ctype, NULL, NULL) },
Dexpression.h314 expr->ctype = &int_ctype; in alloc_const_expression()
Dexpression.c385 expr->ctype = &int_ctype; in get_number_value()
430 expr->ctype = token_type(token) < TOKEN_WIDE_CHAR ? &int_ctype : &long_ctype; in primary_expression()
444 expr->ctype = &int_ctype; in primary_expression()
Devaluate.c169 return &int_ctype; in integer_promotion()
175 return &int_ctype; in integer_promotion()
909 expr->ctype = &int_ctype; in evaluate_logical()
912 return &int_ctype; in evaluate_logical()
1121 expr->ctype = &int_ctype; in evaluate_compare()
1122 return &int_ctype; in evaluate_compare()
1986 ctype = &int_ctype; in evaluate_preop()
2047 add->right->ctype = &int_ctype; in evaluate_offset()
2191 sym = &int_ctype; in evaluate_type_information()
2193 sym = &int_ctype; in evaluate_type_information()
Dpredefine.c135 predefined_ctype("INT", &int_ctype, PTYPE_ALL); in predefined_macros()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst52 * .ctype.base_type points to ``int_ctype``, the generic/abstract integer type

12