Searched refs:wrap_cleanups_r (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | except.c | 52 static tree wrap_cleanups_r (tree *, int *, void *); 570 wrap_cleanups_r (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, in wrap_cleanups_r() function 772 walk_tree_without_duplicates (&temp_expr, wrap_cleanups_r, 0); in build_throw()
|
H A D | ChangeLog.tree-ssa | 482 * except.c (wrap_cleanups_r): Make the MUST_NOT_THROW_EXPR void.
|
H A D | ChangeLog-2003 | 5420 (wrap_cleanups_r): Likewise. 6844 * except.c (wrap_cleanups_r, build_throw): Make
|
H A D | ChangeLog-2002 | 3811 (wrap_cleanups_r): New function.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | except.c | 50 static tree wrap_cleanups_r PARAMS ((tree *, int *, void *)); 540 wrap_cleanups_r (tp, walk_subtrees, data) in wrap_cleanups_r() function 749 walk_tree_without_duplicates (&temp_expr, wrap_cleanups_r, 0);
|
H A D | ChangeLog | 5214 (wrap_cleanups_r): New function.
|