Home
last modified time | relevance | path

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 Dtree.h5503 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 Dtree.c7552 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 Dfold-const.c3478 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 Dtree.h5728 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 Dtree.cc6560 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 Dfold-const.cc3523 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 DChangeLog-200713406 first_const_call_expr_arg, more_const_call_expr_args_p,