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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c3926 class pass_lower_eh_dispatch : public gimple_opt_pass
3929 pass_lower_eh_dispatch (gcc::context *ctxt)
3937 }; // class pass_lower_eh_dispatch
3940 pass_lower_eh_dispatch::execute (function *fun)
4012 return new pass_lower_eh_dispatch (ctxt);
3925 pass_lower_eh_dispatch (gcc::context *ctxt) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc3921 class pass_lower_eh_dispatch : public gimple_opt_pass
3924 pass_lower_eh_dispatch (gcc::context *ctxt)
3932 }; // class pass_lower_eh_dispatch
3935 pass_lower_eh_dispatch::execute (function *fun)
4007 return new pass_lower_eh_dispatch (ctxt);
3917 class pass_lower_eh_dispatch : public gimple_opt_pass class in namespace:__anon1128
3920 pass_lower_eh_dispatch (gcc::context *ctxt) function in class:__anon1128::pass_lower_eh_dispatch

Completed in 244 milliseconds