Home
last modified time | relevance | path

Searched refs:exp1 (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/usr.sbin/mpsutil/
H A Dmps_show.c474 MPI2_CONFIG_PAGE_EXPANDER_1 *exp1; in show_devices() local
540 exp1 = mps_read_extended_config_page(fd, in show_devices()
547 if (exp1 == NULL) { in show_devices()
559 free(exp1); in show_devices()
643 MPI2_CONFIG_PAGE_EXPANDER_1 *exp1; in show_expanders() local
691 exp1 = mps_read_extended_config_page(fd, in show_expanders()
697 if (exp1 == NULL) { in show_expanders()
710 exp1->NegotiatedLinkRate); in show_expanders()
712 exp1->AttachedPhyIdentifier); in show_expanders()
714 exp1->AttachedDevHandle); in show_expanders()
[all …]
/dragonfly/usr.bin/rpcgen/
H A Drpc_util.c279 expected1(tok_kind exp1) in expected1() argument
281 s_print(expectbuf, "expected '%s'", toktostr(exp1)); in expected1()
289 expected2(tok_kind exp1, tok_kind exp2) in expected2() argument
291 s_print(expectbuf, "expected '%s' or '%s'", toktostr(exp1), in expected2()
300 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() argument
302 s_print(expectbuf, "expected '%s', '%s' or '%s'", toktostr(exp1), in expected3()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcombine-stack-adj.c356 rtx exp1, exp2; in maybe_merge_cfa_adjust() local
377 exp1 = dexp, exp2 = sexp; in maybe_merge_cfa_adjust()
379 exp1 = sexp, exp2 = dexp; in maybe_merge_cfa_adjust()
381 SET_SRC (exp1) = simplify_replace_rtx (SET_SRC (exp1), SET_DEST (exp2), in maybe_merge_cfa_adjust()
383 XEXP (dnote, 0) = exp1; in maybe_merge_cfa_adjust()
H A Dtree-ssa-operands.c1092 swap_ssa_operands (gimple *stmt, tree *exp0, tree *exp1) in swap_ssa_operands() argument
1096 op1 = *exp1; in swap_ssa_operands()
1115 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands()
1124 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands()
1130 *exp1 = op0; in swap_ssa_operands()
H A Dpostreload-gcse.c139 expr_hasher::equal (const expr *exp1, const expr *exp2) in equal() argument
141 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true); in equal()
143 gcc_assert (!equiv_p || exp1->hash == exp2->hash); in equal()
H A Dexpr.c7862 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, in expand_operands() argument
7865 if (! safe_from_p (target, exp1, 1)) in expand_operands()
7867 if (operand_equal_p (exp0, exp1, 0)) in expand_operands()
7875 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier); in expand_operands()
8975 tree exp1 = treeop1; in expand_expr_real_2() local
8986 gen_int_mode (tree_to_shwi (exp1), in expand_expr_real_2()
8987 TYPE_MODE (TREE_TYPE (exp1))))); in expand_expr_real_2()
H A Dfold-const.c13763 tree exp1 = TREE_OPERAND (exp, 0); in fold_read_from_constant_string() local
13769 string = string_constant (exp1, &index); in fold_read_from_constant_string()
13786 string = exp1; in fold_read_from_constant_string()
/dragonfly/tools/regression/bin/sh/errors/
H A Dbad-parm-exp1.01 # $FreeBSD: head/bin/sh/tests/errors/bad-parm-exp1.0 164004 2006-11-05 18:41:23Z stefanf $
/dragonfly/contrib/gdb-7/gdb/
H A Dgo-exp.y166 %type <voidval> exp exp1 type_exp start variable lcurly
237 start : exp1
248 exp1 : exp
249 | exp1 ',' exp
311 exp : exp '[' exp1 ']'
356 exp : '(' exp1 ')'
H A Dcp-name-parser.y286 %type <comp> exp exp1 type start start_opt operator colon_name
1023 exp : '(' exp1 ')'
1029 exp1 : exp
1032 exp1 : exp '>' exp
1039 exp1 : '&' start
1077 exp : STATIC_CAST '<' type '>' '(' exp1 ')' %prec UNARY
1084 exp : DYNAMIC_CAST '<' type '>' '(' exp1 ')' %prec UNARY
1091 exp : REINTERPRET_CAST '<' type '>' '(' exp1 ')' %prec UNARY
H A Dp-exp.y171 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
249 exp1
260 exp1 : exp
261 | exp1 ',' exp
365 exp1 ']'
409 exp : '(' exp1 ')'
H A Dc-exp.y175 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
277 start : exp1
302 exp1 : exp
303 | exp1 ',' exp
422 exp : exp '[' exp1 ']'
426 exp : exp OBJC_LBRAC exp1 ']'
582 exp : '(' exp1 ')'
H A Dada-exp.y233 start : exp1
237 exp1 : exp
238 | exp1 ';' exp
304 primary : '(' exp1 ')' { }
H A Djv-exp.y211 start : exp1
364 exp1 : Expression
365 | exp1 ',' Expression
/dragonfly/contrib/tcsh-6/
H A Dsh.exp.c54 static tcsh_number_t exp1 (Char ***, int);
189 tcsh_number_t p1 = exp1(vp, ignore); in exp0()
199 exp1(vp, (ignore & TEXP_IGNORE) || p1); in exp0()
210 exp1(Char ***vp, int ignore) in exp1() function
220 exp1(vp, (ignore & TEXP_IGNORE) || !p1) : in exp1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-operands.c1282 swap_tree_operands (gimple stmt, tree *exp0, tree *exp1) in swap_tree_operands() argument
1286 op1 = *exp1; in swap_tree_operands()
1306 if (USE_OP_PTR (ptr)->use == exp1) in swap_tree_operands()
1315 USE_OP_PTR (use0)->use = exp1; in swap_tree_operands()
1322 *exp1 = op0; in swap_tree_operands()
H A Dpostreload-gcse.c309 const struct expr *const exp1 = (const struct expr *) exp1p; in expr_equiv_p() local
311 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true); in expr_equiv_p()
313 gcc_assert (!equiv_p || exp1->hash == exp2->hash); in expr_equiv_p()
H A Dc-parser.c4264 tree exp1, exp2; in c_parser_label() local
4266 exp1 = c_parser_expr_no_commas (parser, NULL).value; in c_parser_label()
4270 label = do_case (loc1, exp1, NULL_TREE); in c_parser_label()
4277 label = do_case (loc1, exp1, exp2); in c_parser_label()
5422 struct c_expr cond, exp1, exp2, ret; in c_parser_conditional_expression() local
5450 exp1.value = build1 (EXCESS_PRECISION_EXPR, eptype, exp1.value); in c_parser_conditional_expression()
5451 exp1.original_type = NULL; in c_parser_conditional_expression()
5461 exp1 = c_parser_expression_conv (parser); in c_parser_conditional_expression()
5462 mark_exp_read (exp1.value); in c_parser_conditional_expression()
5485 exp1.value, exp1.original_type, in c_parser_conditional_expression()
[all …]
H A Dexpr.c7371 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, in expand_operands() argument
7374 if (! safe_from_p (target, exp1, 1)) in expand_operands()
7376 if (operand_equal_p (exp0, exp1, 0)) in expand_operands()
7385 if (flag_evaluation_order && TREE_SIDE_EFFECTS (exp1)) in expand_operands()
7388 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier); in expand_operands()
8356 tree exp1 = treeop1; in expand_expr_real_2() local
8367 gen_int_mode (tree_low_cst (exp1, 0), in expand_expr_real_2()
8368 TYPE_MODE (TREE_TYPE (exp1))))); in expand_expr_real_2()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dtraditional.c1137 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; in _cpp_expansions_different_trad() local
1142 struct block *b1 = (struct block *) exp1; in _cpp_expansions_different_trad()
1157 exp1 += BLOCK_LEN (b1->text_len); in _cpp_expansions_different_trad()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dtraditional.c1284 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; in _cpp_expansions_different_trad() local
1289 struct block *b1 = (struct block *) exp1; in _cpp_expansions_different_trad()
1304 exp1 += BLOCK_LEN (b1->text_len); in _cpp_expansions_different_trad()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dgimple-parser.c1459 c_expr exp1; in c_parser_gimple_switch_stmt() local
1465 exp1 = c_parser_gimple_postfix_expression (parser); in c_parser_gimple_switch_stmt()
1480 case_label = build_case_label (exp1.value, NULL_TREE, in c_parser_gimple_switch_stmt()
H A Dc-parser.c5132 tree exp1, exp2; in c_parser_label() local
5138 label = do_case (loc1, exp1, NULL_TREE); in c_parser_label()
5145 label = do_case (loc1, exp1, exp2); in c_parser_label()
6686 struct c_expr cond, exp1, exp2, ret; in c_parser_conditional_expression() local
6721 exp1.value = build1 (EXCESS_PRECISION_EXPR, eptype, exp1.value); in c_parser_conditional_expression()
6722 exp1.original_type = NULL; in c_parser_conditional_expression()
6723 exp1.src_range = cond.src_range; in c_parser_conditional_expression()
6734 mark_exp_read (exp1.value); in c_parser_conditional_expression()
6755 location_t loc1 = make_location (exp1.get_start (), exp1.src_range); in c_parser_conditional_expression()
6759 exp1.value, exp1.original_type, loc1, in c_parser_conditional_expression()
[all …]
/dragonfly/etc/
H A Dservices1494 exp1 1021/tcp #RFC3692-style Experiment 1 (*) [RFC4727]
1495 exp1 1021/udp #RFC3692-style Experiment 1 (*) [RFC4727]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c18543 tree exp1, exp2; in tsubst_copy_and_build() local
18550 exp1 = RECUR (TREE_OPERAND (t, 1)); in tsubst_copy_and_build()
18556 exp1 = RECUR (TREE_OPERAND (t, 1)); in tsubst_copy_and_build()
18565 exp1 = RECUR (TREE_OPERAND (t, 1)); in tsubst_copy_and_build()
18571 cond, exp1, exp2, complain)); in tsubst_copy_and_build()

12