Home
last modified time | relevance | path

Searched refs:first_const_call_expr_arg (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
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); \
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()
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()
DChangeLog-200713406 first_const_call_expr_arg, more_const_call_expr_args_p,