Home
last modified time | relevance | path

Searched refs:llong_ctype (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.c9 struct symbol *intmax_ctype = &llong_ctype;
121 int64_ctype = &llong_ctype; in init_target()
126 int64_ctype = &llong_ctype; in init_target()
128 intmax_ctype = &llong_ctype; in init_target()
143 ssize_t_ctype = &llong_ctype; in init_target()
144 int64_ctype = &llong_ctype; in init_target()
160 int64_ctype = &llong_ctype; in init_target()
H A Dsmatch_unknown_value.c45 .ctype = &llong_ctype,
50 .ctype = &llong_ctype,
55 fake_fn_symbol.ctype.base_type = &llong_ctype; in initialize_local_variables()
H A Dbuiltin.c414 declare_builtin("__builtin_clrsbll", &int_ctype, 0, &llong_ctype, NULL); in declare_builtins()
417 declare_builtin("__builtin_clzll", &int_ctype, 0, &llong_ctype, NULL); in declare_builtins()
420 declare_builtin("__builtin_ctzll", &int_ctype, 0, &llong_ctype, NULL); in declare_builtins()
427 declare_builtin("__builtin_ffsll", &int_ctype, 0, &llong_ctype, NULL); in declare_builtins()
449 declare_builtin("__builtin_llabs", &llong_ctype, 0, &llong_ctype, NULL); in declare_builtins()
475 …declare_builtin("__builtin_saddll_overflow", &bool_ctype, 0, &llong_ctype, &llong_ctype, &llong_pt… in declare_builtins()
479 …declare_builtin("__builtin_smulll_overflow", &bool_ctype, 0, &llong_ctype, &llong_ctype, &llong_pt… in declare_builtins()
484 …declare_builtin("__builtin_ssubll_overflow", &bool_ctype, 0, &llong_ctype, &llong_ctype, &llong_pt… in declare_builtins()
H A Dcheck_err_ptr_deref.c193 sval_t min = sval_type_max(&llong_ctype); in match_err_ptr()
194 sval_t max = sval_type_min(&llong_ctype); in match_err_ptr()
H A Dcheck_64bit_shift.c66 if (left_type != &llong_ctype && left_type != &ullong_ctype) in match_shift_assignment()
H A Dsmatch_sval.c70 type = &llong_ctype; in sval_type_val()
280 sval = sval_type_val(&llong_ctype, val); in sval_cmp_val()
389 ret.type = &llong_ctype; in cast_from_fp()
865 ret.type = &llong_ctype; in ll_to_sval()
H A Dsmatch_ranges.c613 type = &llong_ctype; in str_to_dinfo()
750 ret.type = &llong_ctype; in rl_min()
763 ret.type = &llong_ctype; in rl_max()
830 type = &llong_ctype; in alloc_whole_rl()
1799 min_ll.type = &llong_ctype; in handle_sub_rl()
1801 max_ll.type = &llong_ctype; in handle_sub_rl()
1814 left_casted = cast_rl(&llong_ctype, left_orig); in handle_sub_rl()
1815 right_casted = cast_rl(&llong_ctype, right_orig); in handle_sub_rl()
H A Dsmatch_type.c466 base_type = &llong_ctype; in sval_type_max()
495 base_type = &llong_ctype; in sval_type_min()
802 {&llong_ctype, "llong"},
H A Dsmatch_parse_call_math.c104 res = alloc_whole_rl(&llong_ctype); in rl_pop_until()
178 sval.type = &llong_ctype; in read_var_num()
H A Dsymbol.c694 llong_ctype, sllong_ctype, ullong_ctype, variable
768 …{ &llong_ctype, SYM_BASETYPE, MOD_SIGNED | MOD_LL, &bits_in_longlong, &max_int_align…
794 …{ &llong_ptr_ctype, SYM_PTR, 0, &bits_in_pointer, &pointer_alignment, &llong_ctype
H A Dcheck_signed.c67 if (sval_cmp_t(&llong_ctype, min, sval) > 0) { in match_assign()
H A Dsmatch_expressions.c60 expr->ctype = &llong_ctype; in value_expr()
H A Dsymbol.h271 llong_ctype, sllong_ctype, ullong_ctype,
H A Dsmatch_math.c1774 type = &llong_ctype; // FIXME: this is wrong but places assume get type can't fail. in get_absolute_min()
1794 type = &llong_ctype; in get_absolute_max()
H A Dshow-parse.c243 { & llong_ctype, "long long", "LL" },
H A Dparse.c1025 else if (type_is_ok(&llong_ctype, range)) in parse_enum_declaration()
1026 base_type = &llong_ctype; in parse_enum_declaration()
1560 {&short_ctype, &int_ctype, &long_ctype, &llong_ctype, &lllong_ctype};
H A Dlib.c1269 predefined_ctype("LONG_LONG", &llong_ctype, PTYPE_ALL); in predefined_macros()
H A Dsmatch_kernel_user_data.c495 type = &llong_ctype; in set_points_to_user_data()
H A Dsmatch_db.c755 ret_info.return_type = &llong_ctype; in db_return_vals_from_str()
H A Dsmatch_extra.c1953 type = &llong_ctype; in match_comparison()