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

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c5080 tree lntype, rntype, result;
5276 lntype = lang_hooks.types.type_for_size (lnbitsize, 1);
5285 ll_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, ll_mask),
5287 rl_mask = const_binop (LSHIFT_EXPR, fold_convert (lntype, rl_mask),
5292 l_const = fold_convert (lntype, l_const);
5297 lntype, ll_mask),
5307 r_const = fold_convert (lntype, r_const);
5312 lntype, rl_mask),
5366 lhs = make_bit_field_ref (ll_inner, lntype, lnbitsize, lnbitpos,
5369 lhs = build2 (BIT_AND_EXPR, lntype, lh
5049 tree lntype, rntype, result; local
[all...]

Completed in 57 milliseconds