/third_party/ltp/tools/sparse/sparse-src/ |
D | target-alpha.c | 14 { "__builtin_alpha_cmpbge", &long_ctype, 0, { &long_ctype, &long_ctype }}, 15 { "__builtin_alpha_extbl", &long_ctype, 0, { &long_ctype, &long_ctype }}, 16 { "__builtin_alpha_extwl", &long_ctype, 0, { &long_ctype, &long_ctype }}, 17 { "__builtin_alpha_insbl", &long_ctype, 0, { &long_ctype, &long_ctype }}, 18 { "__builtin_alpha_inslh", &long_ctype, 0, { &long_ctype, &long_ctype }}, 19 { "__builtin_alpha_insql", &long_ctype, 0, { &long_ctype, &long_ctype }}, 20 { "__builtin_alpha_inswl", &long_ctype, 0, { &long_ctype, &long_ctype }},
|
D | target.c | 12 struct symbol *ssize_t_ctype = &long_ctype; 13 struct symbol *intmax_ctype = &long_ctype; 15 struct symbol *int64_ctype = &long_ctype; 31 struct symbol *fast16_ctype = &long_ctype; 33 struct symbol *fast32_ctype = &long_ctype; 35 struct symbol *fast64_ctype = &long_ctype; 273 ssize_t_ctype = &long_ctype; in target_init()
|
D | builtin.c | 666 { "__builtin_expect", &long_ctype, 0, { &long_ctype ,&long_ctype }, .op = &expect_op }, 683 { "__builtin_clrsbl", &int_ctype, 0, { &long_ctype }, .op = &clrsb_op }, 686 { "__builtin_clzl", &int_ctype, 0, { &long_ctype }, .op = &clz_op }, 689 { "__builtin_ctzl", &int_ctype, 0, { &long_ctype }, .op = &ctz_op }, 695 { "__builtin_ffsl", &int_ctype, 0, { &long_ctype }, .op = &ffs_op }, 721 { "__builtin_labs", &long_ctype, 0, { &long_ctype }}, 749 { "__builtin_saddl_overflow", &bool_ctype, 0, { &long_ctype, &long_ctype, &long_ptr_ctype }}, 753 { "__builtin_smull_overflow", &bool_ctype, 0, { &long_ctype, &long_ctype, &long_ptr_ctype }}, 758 { "__builtin_ssubl_overflow", &bool_ctype, 0, { &long_ctype, &long_ctype, &long_ptr_ctype }},
|
D | target-x86.c | 34 ssize_t_ctype = &long_ctype; in init_x86_common() 65 .wchar = &long_ctype, 87 wchar_ctype = &long_ctype; in init_x86_x32() 148 least64_ctype = &long_ctype; in init_x86_64()
|
D | target-sparc.c | 31 wint_ctype = &long_ctype; in init_sparc32() 32 wchar_ctype = &long_ctype; in init_sparc32()
|
D | target-xtensa.c | 13 wchar_ctype = &long_ctype; in init_xtensa()
|
D | target-m68k.c | 25 .wchar = &long_ctype,
|
D | target-h8300.c | 10 ssize_t_ctype = &long_ctype; in init_h8300()
|
D | target-sh.c | 18 wchar_ctype = &long_ctype; in init_sh()
|
D | target-arm.c | 14 int32_ctype = &long_ctype; in init_arm()
|
D | target-mips.c | 11 predefine("_MIPS_SZLONG", 1, "%d", long_ctype.bit_size); in predefine_mips()
|
D | target-ppc.c | 53 .wchar = &long_ctype,
|
D | symbol.c | 823 long_ctype, slong_ctype, ulong_ctype, variable 905 { &long_ctype, T__INT( 1, long) }, 934 { &long_ptr_ctype, T_PTR(&long_ctype) },
|
D | predefine.c | 136 predefined_ctype("LONG", &long_ctype, PTYPE_ALL); in predefined_macros()
|
D | ssa.c | 53 if (bf_seen && (type->bit_size > long_ctype.bit_size)) in is_promotable()
|
D | symbol.h | 296 long_ctype, slong_ctype, ulong_ctype,
|
D | parse.c | 1020 else if (type_is_ok(&long_ctype, range)) in parse_enum_declaration() 1021 base_type = &long_ctype; in parse_enum_declaration() 1484 {&char_ctype, &short_ctype, &int_ctype, &long_ctype, &llong_ctype, &int128_ctype};
|
D | expression.c | 430 expr->ctype = token_type(token) < TOKEN_WIDE_CHAR ? &int_ctype : &long_ctype; in primary_expression()
|
D | show-parse.c | 250 { & long_ctype, "long", "L" },
|