Searched refs:exp_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/wpa/src/eap_common/ |
| H A D | eap_common.c | 82 u32 exp_type; in eap_hdr_validate() local 91 exp_type = WPA_GET_BE32(pos); in eap_hdr_validate() 93 if (exp_vendor != vendor || exp_type != (u32) eap_type) { in eap_hdr_validate()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | fold-const.c | 3940 tree exp_type = NULL_TREE, arg0_type = NULL_TREE; in make_range() local 3956 exp_type = TREE_TYPE (exp); in make_range() 4047 n_low = range_binop (MINUS_EXPR, exp_type, in make_range() 4048 build_int_cst (exp_type, 0), in make_range() 4050 n_high = range_binop (MINUS_EXPR, exp_type, in make_range() 4051 build_int_cst (exp_type, 0), in make_range() 4059 exp = build2 (MINUS_EXPR, exp_type, negate_expr (arg0), in make_range() 4060 build_int_cst (exp_type, 1)); in make_range() 4114 if (TYPE_PRECISION (arg0_type) > TYPE_PRECISION (exp_type)) in make_range() 4140 if (!TYPE_UNSIGNED (exp_type) && TYPE_UNSIGNED (arg0_type)) in make_range() [all …]
|
| H A D | ChangeLog-2004 | 28108 Remove orig_type. Replace with checks to exp_type and arg0_type.
|