Home
last modified time | relevance | path

Searched refs:long_ctype (Results 1 – 19 of 19) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget-alpha.c14 { "__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 }},
Dtarget.c12 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()
Dbuiltin.c666 { "__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 }},
Dtarget-x86.c34 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()
Dtarget-sparc.c31 wint_ctype = &long_ctype; in init_sparc32()
32 wchar_ctype = &long_ctype; in init_sparc32()
Dtarget-xtensa.c13 wchar_ctype = &long_ctype; in init_xtensa()
Dtarget-m68k.c25 .wchar = &long_ctype,
Dtarget-h8300.c10 ssize_t_ctype = &long_ctype; in init_h8300()
Dtarget-sh.c18 wchar_ctype = &long_ctype; in init_sh()
Dtarget-arm.c14 int32_ctype = &long_ctype; in init_arm()
Dtarget-mips.c11 predefine("_MIPS_SZLONG", 1, "%d", long_ctype.bit_size); in predefine_mips()
Dtarget-ppc.c53 .wchar = &long_ctype,
Dsymbol.c823 long_ctype, slong_ctype, ulong_ctype, variable
905 { &long_ctype, T__INT( 1, long) },
934 { &long_ptr_ctype, T_PTR(&long_ctype) },
Dpredefine.c136 predefined_ctype("LONG", &long_ctype, PTYPE_ALL); in predefined_macros()
Dssa.c53 if (bf_seen && (type->bit_size > long_ctype.bit_size)) in is_promotable()
Dsymbol.h296 long_ctype, slong_ctype, ulong_ctype,
Dparse.c1020 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};
Dexpression.c430 expr->ctype = token_type(token) < TOKEN_WIDE_CHAR ? &int_ctype : &long_ctype; in primary_expression()
Dshow-parse.c250 { & long_ctype, "long", "L" },