Searched refs:pass_cleanup_eh (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c3348 /* We can wind up with no source region when pass_cleanup_eh shows
4859 class pass_cleanup_eh : public gimple_opt_pass
4862 pass_cleanup_eh (gcc::context *ctxt)
4867 opt_pass * clone () { return new pass_cleanup_eh (m_ctxt); }
4875 }; // class pass_cleanup_eh
4878 pass_cleanup_eh::execute (function *fun)
4897 return new pass_cleanup_eh (ctxt);
4857 pass_cleanup_eh (gcc::context *ctxt) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc3343 /* We can wind up with no source region when pass_cleanup_eh shows
4859 class pass_cleanup_eh : public gimple_opt_pass
4862 pass_cleanup_eh (gcc::context *ctxt)
4867 opt_pass * clone () { return new pass_cleanup_eh (m_ctxt); }
4875 }; // class pass_cleanup_eh
4878 pass_cleanup_eh::execute (function *fun)
4897 return new pass_cleanup_eh (ctxt);
4854 class pass_cleanup_eh : public gimple_opt_pass class in namespace:__anon1129
4857 pass_cleanup_eh (gcc::context *ctxt) function in class:__anon1129::pass_cleanup_eh

Completed in 251 milliseconds