Home
last modified time | relevance | path

Searched refs:do_end_catch (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dexcept.c48 static tree do_end_catch (tree);
223 do_end_catch (tree type) in do_end_catch() function
247 finish_decl_cleanup (NULL_TREE, do_end_catch (type)); in push_eh_cleanup()
DChangeLog-20031176 (do_end_catch): Likewise.
5409 (do_end_catch): Likewise.
DChangeLog-20012485 (do_begin_catch, do_end_catch): New.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dexcept.c44 static tree do_end_catch PARAMS ((tree));
191 do_end_catch (type) in do_end_catch() function
219 finish_decl_cleanup (NULL_TREE, do_end_catch (type));
DChangeLog8462 (do_begin_catch, do_end_catch): New.