Searched refs:dump_parameters (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derror.c114 static void dump_parameters PROTO((tree, int, int));
216 dump_parameters (t, 0, canonical_name);
571 dump_parameters (arg, 0, canonical_name);
1032 dump_parameters (parmtypes, v & 1, 0);
1057 dump_parameters (parmtypes, v, canonical_name) function
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c95 static void dump_parameters (cxx_pretty_printer *, tree, int);
449 dump_parameters (pp, t, flags);
709 dump_parameters (pp,
877 dump_parameters (pp, arg, flags & ~TFF_FUNCTION_DEFAULT_ARGUMENTS);
1560 dump_parameters (pp, parmtypes, flags);
1607 dump_parameters (cxx_pretty_printer *pp, tree parmtypes, int flags) function

Completed in 154 milliseconds