Searched refs:first_const_call_expr_arg (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.h | 5503 first_const_call_expr_arg (const_tree exp, const_call_expr_arg_iterator *iter) in first_const_call_expr_arg() function 5524 for ((arg) = first_const_call_expr_arg ((call), &(iter)); (arg); \
|
H A D | tree.c | 7552 for (arg1 = first_const_call_expr_arg (t1, &iter1), in simple_cst_equal() 7553 arg2 = first_const_call_expr_arg (t2, &iter2); in simple_cst_equal()
|
H A D | fold-const.c | 3478 for (a0 = first_const_call_expr_arg (arg0, &iter0), in operand_equal_p() 3479 a1 = first_const_call_expr_arg (arg1, &iter1); in operand_equal_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.h | 5728 first_const_call_expr_arg (const_tree exp, const_call_expr_arg_iterator *iter) in first_const_call_expr_arg() function 5749 for ((arg) = first_const_call_expr_arg ((call), &(iter)); (arg); \
|
H A D | tree.cc | 6560 for (arg1 = first_const_call_expr_arg (t1, &iter1), in simple_cst_equal() 6561 arg2 = first_const_call_expr_arg (t2, &iter2); in simple_cst_equal()
|
H A D | fold-const.cc | 3523 for (a0 = first_const_call_expr_arg (arg0, &iter0), in operand_equal_p() 3524 a1 = first_const_call_expr_arg (arg1, &iter1); in operand_equal_p()
|
H A D | ChangeLog-2007 | 13406 first_const_call_expr_arg, more_const_call_expr_args_p,
|