Home
last modified time | relevance | path

Searched refs:wrap_cleanups_r (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dexcept.c52 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 DChangeLog.tree-ssa482 * except.c (wrap_cleanups_r): Make the MUST_NOT_THROW_EXPR void.
H A DChangeLog-20035420 (wrap_cleanups_r): Likewise.
6844 * except.c (wrap_cleanups_r, build_throw): Make
H A DChangeLog-20023811 (wrap_cleanups_r): New function.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c50 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 DChangeLog5214 (wrap_cleanups_r): New function.