Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h5721 first_call_expr_arg (tree exp, call_expr_arg_iterator *iter) in first_call_expr_arg() function
5745 for ((arg) = first_call_expr_arg ((call), &(iter)); (arg); \
Dtree-inline.cc6524 for (param = DECL_ARGUMENTS (fn), arg = first_call_expr_arg (exp, &iter); in maybe_inline_call_in_expr()
DChangeLog-200728382 (first_call_expr_arg): New.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc1921 for (tree x = first_call_expr_arg (arg, &ai); x; in iterative_hash_template_arg()