Home
last modified time | relevance | path

Searched refs:replace_defarg (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c1474 replace_defarg (arg, init) in replace_defarg() function
H A Dparse.y2297 { replace_defarg ($1, $2); }
2299 { replace_defarg ($1, error_mark_node); }
H A Dcp-tree.h4301 extern void replace_defarg PARAMS ((tree, tree));
H A DChangeLog9611 * cp-tree.h (replace_defarg): Move to spew.c.
9616 * decl.c (replace_defarg): Move to spew.c
9627 (replace_defarg): Moved from decl.c. Robustify. Don't save
H A DChangeLog.214845 * decl.c (replace_defarg): Check that the type of the default
15297 (replace_defarg): New fn.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20013634 * cp-tree.h (replace_defarg): Move to spew.c.
3639 * decl.c (replace_defarg): Move to spew.c
3650 (replace_defarg): Moved from decl.c. Robustify. Don't save
H A DChangeLog-19971174 * decl.c (replace_defarg): Check that the type of the default
1626 (replace_defarg): New fn.
H A DChangeLog-2002336 (replace_defarg): Likewise.