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

/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Ddeliver_attr.c72 attrp->exp_type = 0;
97 msg_info("exp_type: %d", attrp->exp_type);
H A Dfile.c114 if ((local_file_deliver_mask & state.msg_attr.exp_type) == 0) {
H A Dinclude.c147 state.msg_attr.exp_type = EXPAND_TYPE_INCL;
H A Dtoken.c156 if ((local_cmd_deliver_mask & state.msg_attr.exp_type) == 0) {
H A Dlocal.h91 int exp_type; /* expansion type. see below */ member in struct:DELIVER_ATTR
H A Ddotforward.c175 state.msg_attr.exp_type = EXPAND_TYPE_FWD;
H A Drecipient.c173 if (state.msg_attr.exp_type == EXPAND_TYPE_INCL)
H A Dalias.c197 state.msg_attr.exp_type = EXPAND_TYPE_ALIAS;
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_common.c82 u32 exp_type; local
91 exp_type = WPA_GET_BE32(pos);
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
/netbsd-current/external/bsd/kyua-testers/dist/
H A Datf_list_test.c83 /// \param exp_type Expected error type.
86 do_fail_test(const char* input_name, const char* exp_type, argument
94 ATF_REQUIRE(kyua_error_is_type(error, exp_type));
/netbsd-current/sys/arch/sh3/sh3/
H A Dexception.c109 const char * const exp_type[] = { variable
127 const int exp_types = __arraycount(exp_type);
258 printf("fatal %s", exp_type[expevt >> 5]);
H A Ddb_interface.c139 db_printf("%s", exp_type[i]);
/netbsd-current/sys/arch/sh3/include/
H A Dexception.h174 extern const char * const exp_type[];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c1573 bool reverse, tree exp_type, gimple_stmt_iterator *gsi,
1585 if (as != TYPE_ADDR_SPACE (exp_type))
1586 exp_type = build_qualified_type (exp_type,
1587 TYPE_QUALS (exp_type)
1632 if (align != TYPE_ALIGN (exp_type))
1633 exp_type = build_aligned_type (exp_type, align);
1635 mem_ref = fold_build2_loc (loc, MEM_REF, exp_type, base, off);
1696 tree t, exp_type, fl local
1572 build_ref_for_offset(location_t loc, tree base, poly_int64 offset, bool reverse, tree exp_type, gimple_stmt_iterator *gsi, bool insert_after) argument
1771 build_user_friendly_ref_for_offset(tree *res, tree type, HOST_WIDE_INT offset, tree exp_type) argument
[all...]
H A Dtree-ssa-reassoc.c2474 tree arg0, arg1, exp_type; local
2491 exp_type = TREE_TYPE (exp);
2498 exp_type = boolean_type_node;
2528 if ((TYPE_PRECISION (exp_type) == 1
2529 || TREE_CODE (exp_type) == BOOLEAN_TYPE)
2555 nexp = make_range_step (loc, code, arg0, arg1, exp_type,
H A Dfold-const.c4955 tree exp_type, tree *p_low, tree *p_high, int *p_in_p,
5053 n_low = range_binop (MINUS_EXPR, exp_type,
5054 build_int_cst (exp_type, 0),
5056 n_high = range_binop (MINUS_EXPR, exp_type,
5057 build_int_cst (exp_type, 0),
5065 return build2_loc (loc, MINUS_EXPR, exp_type, negate_expr (arg0),
5066 build_int_cst (exp_type, 1));
5124 if (TYPE_PRECISION (arg0_type) > TYPE_PRECISION (exp_type))
5149 if (!TYPE_UNSIGNED (exp_type) && TYPE_UNSIGNED (arg0_type))
5170 if (TYPE_PRECISION (exp_type)
4935 make_range_step(location_t loc, enum tree_code code, tree arg0, tree arg1, tree exp_type, tree *p_low, tree *p_high, int *p_in_p, bool *strict_overflow_p) argument
5235 tree exp_type, nexp; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc1596 bool reverse, tree exp_type, gimple_stmt_iterator *gsi,
1608 if (as != TYPE_ADDR_SPACE (exp_type))
1609 exp_type = build_qualified_type (exp_type,
1610 TYPE_QUALS (exp_type)
1655 if (align != TYPE_ALIGN (exp_type))
1656 exp_type = build_aligned_type (exp_type, align);
1658 mem_ref = fold_build2_loc (loc, MEM_REF, exp_type, base, off);
1719 tree t, exp_type, fl local
1595 build_ref_for_offset(location_t loc, tree base, poly_int64 offset, bool reverse, tree exp_type, gimple_stmt_iterator *gsi, bool insert_after) argument
1794 build_user_friendly_ref_for_offset(tree *res, tree type, HOST_WIDE_INT offset, tree exp_type) argument
[all...]
H A Dfold-const.cc5037 tree exp_type, tree *p_low, tree *p_high, int *p_in_p,
5135 n_low = range_binop (MINUS_EXPR, exp_type,
5136 build_int_cst (exp_type, 0),
5138 n_high = range_binop (MINUS_EXPR, exp_type,
5139 build_int_cst (exp_type, 0),
5147 return build2_loc (loc, MINUS_EXPR, exp_type, negate_expr (arg0),
5148 build_int_cst (exp_type, 1));
5206 if (TYPE_PRECISION (arg0_type) > TYPE_PRECISION (exp_type))
5231 if (!TYPE_UNSIGNED (exp_type) && TYPE_UNSIGNED (arg0_type))
5252 if (TYPE_PRECISION (exp_type)
[all...]
H A Dtree-ssa-reassoc.cc2562 tree arg0, arg1, exp_type; local
2579 exp_type = TREE_TYPE (exp);
2586 exp_type = boolean_type_node;
2616 if ((TYPE_PRECISION (exp_type) == 1
2617 || TREE_CODE (exp_type) == BOOLEAN_TYPE)
2643 nexp = make_range_step (loc, code, arg0, arg1, exp_type,
/netbsd-current/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in6533 my $exp_type;
6626 $exp_type = $metric;
6670 \$exp_type,
11553 my $exp_type = ${ $exp_type_ref };
11613 gp_message ("debug", $subr_name, "processing file for exp_type = $exp_type");
12060 if ($metric_value eq $exp_type)
12070 elsif (($exp_type eq "functions") and ($metric_value eq $g_first_metric))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c9656 tree exp_type = tg_type[j];
9657 tree exp_real_type = exp_type;
9658 if (TREE_CODE (exp_type) == COMPLEX_TYPE)
9659 exp_real_type = TREE_TYPE (exp_type);
9662 if ((parm_kind[0] == tgmath_complex && ret != exp_type)
9678 && t != exp_type)
9654 tree exp_type = tg_type[j]; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc9653 tree exp_type = tg_type[j];
9654 tree exp_real_type = exp_type;
9655 if (TREE_CODE (exp_type) == COMPLEX_TYPE)
9656 exp_real_type = TREE_TYPE (exp_type);
9659 if ((parm_kind[0] == tgmath_complex && ret != exp_type)
9675 && t != exp_type)
9651 tree exp_type = tg_type[j]; local

Completed in 982 milliseconds