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

/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_common.c61 u32 exp_type; local
70 exp_type = WPA_GET_BE32(pos);
72 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c3963 tree exp_type = NULL_TREE, arg0_type = NULL_TREE;
3979 exp_type = TREE_TYPE (exp);
4070 n_low = range_binop (MINUS_EXPR, exp_type,
4071 build_int_cst (exp_type, 0),
4073 n_high = range_binop (MINUS_EXPR, exp_type,
4074 build_int_cst (exp_type, 0),
4082 exp = build2 (MINUS_EXPR, exp_type, negate_expr (arg0),
4083 build_int_cst (exp_type, 1));
4137 if (TYPE_PRECISION (arg0_type) > TYPE_PRECISION (exp_type))
4163 if (!TYPE_UNSIGNED (exp_type)
3938 tree exp_type = NULL_TREE, arg0_type = NULL_TREE; local
[all...]

Completed in 74 milliseconds