Home
last modified time | relevance | path

Searched refs:ullong_ctype (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.c10 struct symbol *uintmax_ctype = &ullong_ctype;
122 uint64_ctype = &ullong_ctype; in init_target()
127 uint64_ctype = &ullong_ctype; in init_target()
129 uintmax_ctype = &ullong_ctype; in init_target()
142 size_t_ctype = &ullong_ctype; in init_target()
145 uint64_ctype = &ullong_ctype; in init_target()
161 uint64_ctype = &ullong_ctype; in init_target()
H A Dcheck_64bit_shift.c33 if (get_type(expr->left) != &ullong_ctype) in match_shift_mask()
66 if (left_type != &llong_ctype && left_type != &ullong_ctype) in match_shift_assignment()
80 bits = sval_cast(&ullong_ctype, bits); in match_shift_assignment()
H A Dbuiltin.c409 declare_builtin("__builtin_bswap64", &ullong_ctype, 0, &ullong_ctype, NULL); in declare_builtins()
463 declare_builtin("__builtin_parityll", &int_ctype, 0, &ullong_ctype, NULL); in declare_builtins()
466 declare_builtin("__builtin_popcountll", &int_ctype, 0, &ullong_ctype, NULL); in declare_builtins()
509 …declare_builtin("__builtin_uaddll_overflow", &bool_ctype, 0, &ullong_ctype, &ullong_ctype, &ullong… in declare_builtins()
512 …declare_builtin("__builtin_umulll_overflow", &bool_ctype, 0, &ullong_ctype, &ullong_ctype, &ullong… in declare_builtins()
516 …declare_builtin("__builtin_usubll_overflow", &bool_ctype, 0, &ullong_ctype, &ullong_ctype, &ullong… in declare_builtins()
H A Dcheck_arm64_tagged.c160 invalid.type = &ullong_ctype; in rl_is_tagged()
162 invalid_kernel.type = &ullong_ctype; in rl_is_tagged()
H A Dsmatch_bits.c79 type = &ullong_ctype; in is_unknown_binfo()
273 type = &ullong_ctype; in get_bit_info()
H A Dcheck_spectre.c99 max.type = &ullong_ctype; in get_max_by_type()
H A Dsymbol.c694 llong_ctype, sllong_ctype, ullong_ctype, variable
770 …{ &ullong_ctype, SYM_BASETYPE, MOD_UNSIGNED | MOD_LL, &bits_in_longlong, &max_int_alig…
795 …{ &ullong_ptr_ctype,SYM_PTR, 0, &bits_in_pointer, &pointer_alignment, &ullong_ctype
H A Dsymbol.h271 llong_ctype, sllong_ctype, ullong_ctype,
H A Dparse.c1023 else if (type_is_ok(&ullong_ctype, range)) in parse_enum_declaration()
1024 base_type = &ullong_ctype; in parse_enum_declaration()
1212 return ctype->ctype.modifiers & MOD_UNSIGNED ? &ullong_ctype in to_DI_mode()
1565 {&ushort_ctype, &uint_ctype, &ulong_ctype, &ullong_ctype,
H A Dsmatch_sval.c726 type = &ullong_ctype; in sval_binop_overflows_no_sign()
H A Dsmatch_type.c804 {&ullong_ctype, "ullong"},
H A Dshow-parse.c245 { &ullong_ctype, "unsigned long long", "ULL" },
H A Dsmatch_ranges.c1857 min.type = max.type = &ullong_ctype; in handle_OR_rl()
1939 left = cast_rl(&ullong_ctype, left_orig); in handle_lshift()