Searched refs:exp1 (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_util.c324 expected1(exp1)
325 tok_kind exp1;
328 toktostr(exp1));
335 expected2(exp1, exp2)
336 tok_kind exp1, exp2;
339 toktostr(exp1),
347 expected3(exp1, exp2, exp3)
348 tok_kind exp1, exp2, exp3;
351 toktostr(exp1),
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dio_test.cpp419 std::ostringstream exp0, exp1; local
421 exp1 << "stderr " << i;
426 ATF_REQUIRE_EQ(exp1.str(), mux.lines1[i]);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dio_test.cpp418 std::ostringstream exp0, exp1; local
420 exp1 << "stderr " << i;
425 ATF_REQUIRE_EQ(exp1.str(), mux.lines1[i]);
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dexp.c72 static int exp1(Char ***, int);
102 p1 = exp1(vp, ignore);
120 exp1(Char ***vp, int ignore) function
126 etraci("exp1 p1", p1, vp);
132 p2 = exp1(vp, (ignore & IGNORE) || !p1);
134 etraci("exp1 p2", p2, vp);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcp-name-parser.y261 %type <comp> exp exp1 type start start_opt operator colon_name
983 exp : '(' exp1 ')'
989 exp1 : exp
992 exp1 : exp '>' exp
999 exp1 : '&' start
1037 exp : STATIC_CAST '<' type '>' '(' exp1 ')' %prec UNARY
1044 exp : DYNAMIC_CAST '<' type '>' '(' exp1 ')' %prec UNARY
1051 exp : REINTERPRET_CAST '<' type '>' '(' exp1 ')' %prec UNARY
1058 /* Another form of C++-style cast is "type ( exp1 )". This creates too many
1060 "typespec_2 ( exp1 )", bu
988 exp1 : exp label
991 exp1 : exp '>' exp label
998 exp1 : '&' start label
[all...]
H A Dobjc-exp.y153 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
228 start : exp1
239 exp1 : exp
240 | exp1 ',' exp
321 exp : exp '[' exp1 ']'
439 exp : '(' exp1 ')'
238 exp1 : exp label
H A Dp-exp.y166 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
245 exp1
256 exp1 : exp
257 | exp1 ',' exp
361 exp1 ']'
405 exp : '(' exp1 ')'
255 exp1 : exp label
H A Dc-exp.y163 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
251 start : exp1
262 exp1 : exp
263 | exp1 ',' exp
382 exp : exp '[' exp1 ']'
468 exp : '(' exp1 ')'
261 exp1 : exp label
H A Djv-exp.y207 start : exp1
360 exp1 : Expression
361 | exp1 ',' Expression
359 exp1 : Expression label
H A Dada-exp.y229 start : exp1
233 exp1 : exp
234 | exp1 ';' exp
300 primary : '(' exp1 ')' { }
232 exp1 : exp label
/netbsd-6-1-5-RELEASE/tests/lib/libm/
H A Dt_ldexp.c49 int exp1; member in struct:ldexp_test
170 v = ldexp(table->x, table->exp1);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c851 s390_exp_compare (expressionS *exp1, expressionS *exp2) argument
853 if (exp1->X_op != exp2->X_op)
856 switch (exp1->X_op)
860 return exp1->X_add_number == exp2->X_add_number;
870 return (exp1->X_add_symbol == exp2->X_add_symbol)
871 && (exp1->X_add_number == exp2->X_add_number);
892 return (exp1->X_add_symbol == exp2->X_add_symbol)
893 && (exp1->X_op_symbol == exp2->X_op_symbol)
894 && (exp1->X_add_number == exp2->X_add_number);
H A Dtc-msp430.c528 expressionS exp1; local
630 exp1.X_op = O_constant;
631 exp1.X_add_number = abs_section_offset;
636 exp1.X_op = O_symbol;
637 exp1.X_add_symbol = symbol_temp_new_now ();
638 exp1.X_add_number = 0;
656 emit_expr (& exp1, 2);
H A Dtc-xtensa.c2837 expressionS *exp1;
2846 exp1 = &insn->tok[cond->op_num];
2847 if (expr_is_const (exp1))
2852 if (get_expr_const (exp1) != cond->op_data)
2856 if (get_expr_const (exp1) == cond->op_data)
2863 else if (expr_is_register (exp1))
2868 if (get_expr_register (exp1) != cond->op_data)
2872 if (get_expr_register (exp1) == cond->op_data)
2886 exp1 = &insn->tok[cond->op_num];
2892 if (!expr_is_equal (exp1, exp
2831 expressionS *exp1; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-operands.c1141 swap_tree_operands (gimple stmt, tree *exp0, tree *exp1) argument
1145 op1 = *exp1;
1164 if (USE_OP_PTR (ptr)->use == exp1)
1182 *exp1 = op0;
H A Dpostreload-gcse.c309 Return nonzero if exp1 is equivalent to exp2. */
314 const struct expr *const exp1 = (const struct expr *) exp1p;
316 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true);
318 gcc_assert (!equiv_p || exp1->hash == exp2->hash);
310 const struct expr *const exp1 = (const struct expr *) exp1p; local
H A Dc-parser.c3612 tree exp1, exp2;
3614 exp1 = c_parser_expr_no_commas (parser, NULL).value;
3618 label = do_case (loc1, exp1, NULL_TREE);
3625 label = do_case (loc1, exp1, exp2);
4642 struct c_expr cond, exp1, exp2, ret;
4665 exp1.value = c_save_expr (default_conversion (cond.value));
4667 exp1.value = build1 (EXCESS_PRECISION_EXPR, eptype, exp1.value);
4668 exp1.original_type = NULL;
4669 cond.value = c_objc_common_truthvalue_conversion (cond_loc, exp1
3610 tree exp1, exp2; local
4640 struct c_expr cond, exp1, exp2, ret; local
[all...]
H A Dexpr.c6816 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1,
6819 if (! safe_from_p (target, exp1, 1))
6821 if (operand_equal_p (exp0, exp1, 0))
6829 temporary variable so that it can't be clobbered by exp1. */
6830 if (flag_evaluation_order && TREE_SIDE_EFFECTS (exp1))
6833 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier);
7727 tree exp1 = treeop1;
7738 gen_int_mode (tree_low_cst (exp1, 0),
7739 TYPE_MODE (TREE_TYPE (exp1)))));
8703 tree exp1
6796 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
7706 tree exp1 = treeop1; local
8682 tree exp1 = treeop0; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A Dtgeneric.c534 mpc_ptr exp1, mpc_ptr exp2)
538 function->pointer.CC_C (exp1, exp2, z, MPC_RNDNN, MPC_RNDNN);
541 if ( !same_mpc_value (got1, exp1, ks)
545 MPC_OUT (exp1);
553 if ( !same_mpc_value (got1, exp1, ks)
557 MPC_OUT (exp1);
533 reuse_cc_c(mpc_function* function, mpc_srcptr z, mpc_ptr got1, mpc_ptr got2, mpc_ptr exp1, mpc_ptr exp2) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dpostreload-gcse.c310 Return nonzero if exp1 is equivalent to exp2. */
315 struct expr *exp1 = (struct expr *) exp1p;
317 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true);
319 gcc_assert (!equiv_p || exp1->hash == exp2->hash);
311 struct expr *exp1 = (struct expr *) exp1p; local
H A Dc-parser.c3350 tree exp1, exp2;
3352 exp1 = c_parser_expr_no_commas (parser, NULL).value;
3356 label = do_case (exp1, NULL_TREE);
3363 label = do_case (exp1, exp2);
4168 struct c_expr cond, exp1, exp2, ret;
4180 exp1.value = save_expr (default_conversion (cond.value));
4181 cond.value = c_objc_common_truthvalue_conversion (exp1.value);
4190 exp1 = c_parser_expression_conv (parser);
4204 ret.value = build_conditional_expr (cond.value, exp1.value, exp2.value);
3348 tree exp1, exp2; local
4166 struct c_expr cond, exp1, exp2, ret; local
H A Dtree-ssa-operands.c1010 swap_tree_operands (tree stmt, tree *exp0, tree *exp1) argument
1014 op1 = *exp1;
1030 if (USE_OP_PTR (ptr)->use == exp1)
1047 *exp1 = op0;
H A Dexpr.c6259 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1,
6262 if (! safe_from_p (target, exp1, 1))
6264 if (operand_equal_p (exp0, exp1, 0))
6272 temporary variable so that it can't be clobbered by exp1. */
6273 if (flag_evaluation_order && TREE_SIDE_EFFECTS (exp1))
6276 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier);
6985 tree exp1 = TREE_OPERAND (exp, 0);
6996 op0 = expand_expr (exp1, NULL_RTX, VOIDmode, EXPAND_SUM);
7868 tree exp1 = TREE_OPERAND (exp, 1);
7879 gen_int_mode (tree_low_cst (exp1,
6240 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
6965 tree exp1 = TREE_OPERAND (exp, 0); local
7848 tree exp1 = TREE_OPERAND (exp, 1); local
[all...]
H A Dfold-const.c11424 tree exp1 = TREE_OPERAND (exp, 0);
11429 string = string_constant (exp1, &index);
11445 string = exp1;
11390 tree exp1 = TREE_OPERAND (exp, 0); local
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c446 /* recfield -> (NAME | `['exp1`]') = exp1 */
703 case '[': { /* `[' exp1 `]' */
1038 static int exp1 (LexState *ls) { function
1070 /* fornum -> NAME = exp1,exp1[,exp1] forbody */
1078 exp1(ls); /* initial value */
1080 exp1(ls); /* limit */
1082 exp1(l
[all...]

Completed in 940 milliseconds

12