Home
last modified time | relevance | path

Searched refs:dump_call_expr_args (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Derror.cc79 static void dump_call_expr_args (cxx_pretty_printer *, tree, int, bool);
2078 dump_call_expr_args (cxx_pretty_printer *pp, tree t, int flags, bool skipfirst) in dump_call_expr_args() function
2306 dump_call_expr_args (pp, t, flags, skipfirst); in dump_expr()
2342 dump_call_expr_args (pp, t, flags, skipfirst); in dump_expr()
2465 dump_call_expr_args (pp, t, flags, true); in dump_expr()
DChangeLog-20072981 * error.c (dump_call_expr_args): New function.
DChangeLog-20131743 (dump_call_expr_args): Likewise.