Home
last modified time | relevance | path

Searched refs:dump_eh_tree (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexcept.h275 extern void dump_eh_tree (FILE *, struct function *);
H A Dexcept.c3280 dump_eh_tree (FILE * out, struct function *fun) in dump_eh_tree() function
3399 dump_eh_tree (stderr, fn); in debug_eh_tree()
3516 dump_eh_tree (stderr, fun); in verify_eh_tree()
H A Dtree-eh.c4115 dump_eh_tree (dump_file, cfun); in remove_unreachable_handlers()
4146 dump_eh_tree (dump_file, cfun); in remove_unreachable_handlers()
H A Dtree-cfg.c8056 dump_eh_tree (file, dsf); in dump_function_to_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexcept.h275 extern void dump_eh_tree (FILE *, struct function *);
H A Dexcept.cc3281 dump_eh_tree (FILE * out, struct function *fun) in dump_eh_tree() function
3400 dump_eh_tree (stderr, fn); in debug_eh_tree()
3517 dump_eh_tree (stderr, fun); in verify_eh_tree()
H A Dtree-eh.cc4110 dump_eh_tree (dump_file, cfun); in remove_unreachable_handlers()
4141 dump_eh_tree (dump_file, cfun); in remove_unreachable_handlers()
H A Dtree-cfg.cc8145 dump_eh_tree (file, dsf); in dump_function_to_file()
H A DChangeLog-20099596 (dump_eh_tree): Update for eh_region changes.
16405 (dump_eh_tree): Dump resume list.
28700 (dump_eh_tree): Improve dumping.
30973 * except.c (dump_eh_tree): Dump all datastructures.
H A DChangeLog-200521946 (dump_eh_tree, verify_eh_tree): New functions.
21947 * except.h (verify_eh_tree, dump_eh_tree, verify_eh_edges): Declare.
H A DChangeLog-201138963 * except.c (dump_eh_tree): Fix stray ; after for statement.
H A DChangeLog-201730557 * except.c (dump_eh_tree): Likewise.