| /netbsd-src/external/ibm-public/postfix/dist/src/local/ |
| H A D | deliver_attr.c | 72 attrp->exp_type = 0; in deliver_attr_init() 97 msg_info("exp_type: %d", attrp->exp_type); in deliver_attr_dump()
|
| H A D | file.c | 114 if ((local_file_deliver_mask & state.msg_attr.exp_type) == 0) { in deliver_file()
|
| H A D | include.c | 147 state.msg_attr.exp_type = EXPAND_TYPE_INCL; in deliver_include()
|
| H A D | token.c | 156 if ((local_cmd_deliver_mask & state.msg_attr.exp_type) == 0) { in deliver_token()
|
| H A D | dotforward.c | 175 state.msg_attr.exp_type = EXPAND_TYPE_FWD; in deliver_dotforward()
|
| H A D | recipient.c | 173 if (state.msg_attr.exp_type == EXPAND_TYPE_INCL) in deliver_switch()
|
| H A D | local.h | 91 int exp_type; /* expansion type. see below */ member
|
| H A D | alias.c | 197 state.msg_attr.exp_type = EXPAND_TYPE_ALIAS; in deliver_alias()
|
| /netbsd-src/external/bsd/kyua-testers/dist/ |
| H A D | atf_list_test.c | 86 do_fail_test(const char* input_name, const char* exp_type, in do_fail_test() argument 94 ATF_REQUIRE(kyua_error_is_type(error, exp_type)); in do_fail_test()
|
| /netbsd-src/sys/arch/sh3/sh3/ |
| H A D | exception.c | 109 const char * const exp_type[] = { variable 127 const int exp_types = __arraycount(exp_type); 258 printf("fatal %s", exp_type[expevt >> 5]); in general_exception()
|
| H A D | db_interface.c | 139 db_printf("%s", exp_type[i]); in kdb_printtrap()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-sra.cc | 1613 bool reverse, tree exp_type, gimple_stmt_iterator *gsi, in build_ref_for_offset() argument 1625 if (as != TYPE_ADDR_SPACE (exp_type)) in build_ref_for_offset() 1626 exp_type = build_qualified_type (exp_type, in build_ref_for_offset() 1627 TYPE_QUALS (exp_type) in build_ref_for_offset() 1672 if (align != TYPE_ALIGN (exp_type)) in build_ref_for_offset() 1673 exp_type = build_aligned_type (exp_type, align); in build_ref_for_offset() 1675 mem_ref = fold_build2_loc (loc, MEM_REF, exp_type, base, off); in build_ref_for_offset() 1736 tree t, exp_type, fld = TREE_OPERAND (model->expr, 1); in build_ref_for_model() local 1739 exp_type = TREE_TYPE (TREE_OPERAND (model->expr, 0)); in build_ref_for_model() 1740 t = build_ref_for_offset (loc, base, offset, model->reverse, exp_type, in build_ref_for_model() [all …]
|
| H A D | tree-ssa-reassoc.cc | 2565 tree arg0, arg1, exp_type; in init_range_entry() local 2582 exp_type = TREE_TYPE (exp); in init_range_entry() 2589 exp_type = boolean_type_node; in init_range_entry() 2619 if ((TYPE_PRECISION (exp_type) == 1 in init_range_entry() 2620 || TREE_CODE (exp_type) == BOOLEAN_TYPE) in init_range_entry() 2646 nexp = make_range_step (loc, code, arg0, arg1, exp_type, in init_range_entry()
|
| H A D | fold-const.cc | 5019 tree exp_type, tree *p_low, tree *p_high, int *p_in_p, in make_range_step() argument 5117 n_low = range_binop (MINUS_EXPR, exp_type, in make_range_step() 5118 build_int_cst (exp_type, 0), in make_range_step() 5120 n_high = range_binop (MINUS_EXPR, exp_type, in make_range_step() 5121 build_int_cst (exp_type, 0), in make_range_step() 5129 return build2_loc (loc, MINUS_EXPR, exp_type, negate_expr (arg0), in make_range_step() 5130 build_int_cst (exp_type, 1)); in make_range_step() 5188 if (TYPE_PRECISION (arg0_type) > TYPE_PRECISION (exp_type)) in make_range_step() 5213 if (!TYPE_UNSIGNED (exp_type) && TYPE_UNSIGNED (arg0_type)) in make_range_step() 5234 if (TYPE_PRECISION (exp_type) == TYPE_PRECISION (arg0_type)) in make_range_step() [all …]
|
| H A D | ChangeLog-2004 | 28108 Remove orig_type. Replace with checks to exp_type and arg0_type.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-sra.c | 1573 bool reverse, tree exp_type, gimple_stmt_iterator *gsi, in build_ref_for_offset() argument 1585 if (as != TYPE_ADDR_SPACE (exp_type)) in build_ref_for_offset() 1586 exp_type = build_qualified_type (exp_type, in build_ref_for_offset() 1587 TYPE_QUALS (exp_type) in build_ref_for_offset() 1632 if (align != TYPE_ALIGN (exp_type)) in build_ref_for_offset() 1633 exp_type = build_aligned_type (exp_type, align); in build_ref_for_offset() 1635 mem_ref = fold_build2_loc (loc, MEM_REF, exp_type, base, off); in build_ref_for_offset() 1696 tree t, exp_type, fld = TREE_OPERAND (model->expr, 1); in build_ref_for_model() local 1699 exp_type = TREE_TYPE (TREE_OPERAND (model->expr, 0)); in build_ref_for_model() 1700 t = build_ref_for_offset (loc, base, offset, model->reverse, exp_type, in build_ref_for_model() [all …]
|
| H A D | tree-ssa-reassoc.c | 2474 tree arg0, arg1, exp_type; in init_range_entry() local 2491 exp_type = TREE_TYPE (exp); in init_range_entry() 2498 exp_type = boolean_type_node; in init_range_entry() 2528 if ((TYPE_PRECISION (exp_type) == 1 in init_range_entry() 2529 || TREE_CODE (exp_type) == BOOLEAN_TYPE) in init_range_entry() 2555 nexp = make_range_step (loc, code, arg0, arg1, exp_type, in init_range_entry()
|
| H A D | fold-const.c | 4936 tree exp_type, tree *p_low, tree *p_high, int *p_in_p, in make_range_step() argument 5034 n_low = range_binop (MINUS_EXPR, exp_type, in make_range_step() 5035 build_int_cst (exp_type, 0), in make_range_step() 5037 n_high = range_binop (MINUS_EXPR, exp_type, in make_range_step() 5038 build_int_cst (exp_type, 0), in make_range_step() 5046 return build2_loc (loc, MINUS_EXPR, exp_type, negate_expr (arg0), in make_range_step() 5047 build_int_cst (exp_type, 1)); in make_range_step() 5105 if (TYPE_PRECISION (arg0_type) > TYPE_PRECISION (exp_type)) in make_range_step() 5130 if (!TYPE_UNSIGNED (exp_type) && TYPE_UNSIGNED (arg0_type)) in make_range_step() 5151 if (TYPE_PRECISION (exp_type) == TYPE_PRECISION (arg0_type)) in make_range_step() [all …]
|
| /netbsd-src/sys/arch/sh3/include/ |
| H A D | exception.h | 174 extern const char * const exp_type[];
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| H A D | gp-display-html.in | 6533 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-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| H A D | gp-display-html.in | 7240 my $exp_type; 7333 $exp_type = $metric; 7377 \$exp_type, 12829 my $exp_type = ${ $exp_type_ref }; 12894 gp_message ("debug", $subr_name, "processing file for exp_type = $exp_type"); 13362 if ($metric_value eq $exp_type) 13372 elsif (($exp_type eq "functions") and ($metric_value eq $g_first_metric))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 9654 tree exp_type = tg_type[j]; in c_parser_postfix_expression() local 9655 tree exp_real_type = exp_type; in c_parser_postfix_expression() 9656 if (TREE_CODE (exp_type) == COMPLEX_TYPE) in c_parser_postfix_expression() 9657 exp_real_type = TREE_TYPE (exp_type); in c_parser_postfix_expression() 9660 if ((parm_kind[0] == tgmath_complex && ret != exp_type) in c_parser_postfix_expression() 9676 && t != exp_type) in c_parser_postfix_expression()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 9651 tree exp_type = tg_type[j]; in c_parser_postfix_expression() local 9652 tree exp_real_type = exp_type; in c_parser_postfix_expression() 9653 if (TREE_CODE (exp_type) == COMPLEX_TYPE) in c_parser_postfix_expression() 9654 exp_real_type = TREE_TYPE (exp_type); in c_parser_postfix_expression() 9657 if ((parm_kind[0] == tgmath_complex && ret != exp_type) in c_parser_postfix_expression() 9673 && t != exp_type) in c_parser_postfix_expression()
|