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

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_util.h180 void expected1(tok_kind exp1);
181 void expected2(tok_kind exp1, tok_kind exp2);
182 void expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3);
H A Drpc_util.c293 expected1(tok_kind exp1) argument
296 toktostr(exp1));
304 expected2(tok_kind exp1, tok_kind exp2) argument
307 toktostr(exp1),
316 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) argument
319 toktostr(exp1),
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-exp.y156 %type <voidval> exp exp1 simple_exp start variable
209 start : exp1
216 exp1 : exp
217 | exp1 ';' exp
268 simple_exp : '(' exp1 ')' { }
215 exp1 : exp label
H A Dc-exp.y155 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
234 start : exp1
245 exp1 : exp
246 | exp1 ',' exp
327 exp : exp '[' exp1 ']'
378 exp : '(' exp1 ')'
244 exp1 : exp label
H A Dobjc-exp.y157 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
232 start : exp1
243 exp1 : exp
244 | exp1 ',' exp
325 exp : exp '[' exp1 ']'
442 exp : '(' exp1 ')'
242 exp1 : exp label
H A Dp-exp.y166 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
242 exp1
253 exp1 : exp
254 | exp1 ',' exp
320 exp1 ']'
361 exp : '(' exp1 ')'
252 exp1 : exp label
H A Djv-exp.y205 start : exp1
358 exp1 : Expression
359 | exp1 ',' Expression
357 exp1 : Expression label
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-s390.c720 static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2));
836 s390_exp_compare (exp1, exp2)
837 expressionS *exp1;
840 if (exp1->X_op != exp2->X_op)
843 switch (exp1->X_op)
847 return exp1->X_add_number == exp2->X_add_number;
857 return (exp1->X_add_symbol == exp2->X_add_symbol)
858 && (exp1->X_add_number == exp2->X_add_number);
879 return (exp1->X_add_symbol == exp2->X_add_symbol)
880 && (exp1
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exp.c61 static tcsh_number_t exp1 (Char ***, int);
195 tcsh_number_t p1 = exp1(vp, ignore);
205 exp1(vp, (ignore & TEXP_IGNORE) || p1);
216 exp1(Char ***vp, int ignore) function
220 etraci("exp1 p1", p1, vp);
226 exp1(vp, (ignore & TEXP_IGNORE) || !p1) :
229 etraci("exp1 p2", p2, vp);
232 etraci("exp1 p1", p1, vp);
/freebsd-9.3-release/contrib/gcc/
H A Dpostreload-gcse.c308 Return nonzero if exp1 is equivalent to exp2. */
313 struct expr *exp1 = (struct expr *) exp1p;
315 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true);
317 gcc_assert (!equiv_p || exp1->hash == exp2->hash);
309 struct expr *exp1 = (struct expr *) exp1p; local
H A Dtree-ssa-operands.c2356 swap_tree_operands (tree stmt, tree *exp0, tree *exp1) argument
2360 op1 = *exp1;
2379 if (USE_OP_PTR (ptr)->use == exp1)
2397 *exp1 = op0;
H A Dc-parser.c3539 tree exp1, exp2;
3541 exp1 = c_parser_expr_no_commas (parser, NULL).value;
3545 label = do_case (exp1, NULL_TREE);
3552 label = do_case (exp1, exp2);
4443 struct c_expr cond, exp1, exp2, ret;
4455 exp1.value = save_expr (default_conversion (cond.value));
4456 cond.value = c_objc_common_truthvalue_conversion (exp1.value);
4465 exp1 = c_parser_expression_conv (parser);
4479 ret.value = build_conditional_expr (cond.value, exp1.value, exp2.value);
3537 tree exp1, exp2; local
4441 struct c_expr cond, exp1, exp2, ret; local
H A Dexpr.c6464 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1,
6467 if (! safe_from_p (target, exp1, 1))
6469 if (operand_equal_p (exp0, exp1, 0))
6477 temporary variable so that it can't be clobbered by exp1. */
6478 if (flag_evaluation_order && TREE_SIDE_EFFECTS (exp1))
6481 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier);
7212 tree exp1 = TREE_OPERAND (exp, 0);
7223 op0 = expand_expr (exp1, NULL_RTX, VOIDmode, EXPAND_SUM);
8095 tree exp1 = TREE_OPERAND (exp, 1);
8106 gen_int_mode (tree_low_cst (exp1,
6445 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
7192 tree exp1 = TREE_OPERAND (exp, 0); local
8075 tree exp1 = TREE_OPERAND (exp, 1); local
[all...]
H A Dfold-const.c12973 tree exp1 = TREE_OPERAND (exp, 0);
12978 string = string_constant (exp1, &index);
12994 string = exp1;
12938 tree exp1 = TREE_OPERAND (exp, 0); local
/freebsd-9.3-release/etc/
H A Dservices1494 exp1 1021/tcp #RFC3692-style Experiment 1 (*) [RFC4727]
1495 exp1 1021/udp #RFC3692-style Experiment 1 (*) [RFC4727]

Completed in 219 milliseconds