Searched refs:lntype (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c5078 tree lntype, rntype, result;
5274 lntype = lang_hooks.types.type_for_size (lnbitsize, 1);
5283 ll_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, ll_mask),
5285 rl_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, rl_mask),
5290 l_const = fold_convert (lntype, l_const);
5295 lntype, ll_mask),
5305 r_const = fold_convert (lntype, r_const);
5310 lntype, rl_mask),
5364 lhs = make_bit_field_ref (ll_inner, lntype, lnbitsize, lnbitpos,
5367 lhs = build2 (BIT_AND_EXPR, lntype, lh
5047 tree lntype, rntype, result; local
[all...]

Completed in 73 milliseconds