Home
last modified time | relevance | path

Searched refs:ehr_label (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDfunction.h154 rtx ehr_label; member
HDexcept.c2132 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2133 crtl->eh.ehr_label = gen_label_rtx (); in expand_builtin_eh_return()
2134 emit_jump (crtl->eh.ehr_label); in expand_builtin_eh_return()
2146 if (! crtl->eh.ehr_label) in expand_eh_return()
2158 emit_label (crtl->eh.ehr_label); in expand_eh_return()
/dragonfly/contrib/gcc-8.0/gcc/
HDfunction.h140 rtx_code_label *ehr_label; member
HDexcept.c2250 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2251 crtl->eh.ehr_label = gen_label_rtx (); in expand_builtin_eh_return()
2252 emit_jump (crtl->eh.ehr_label); in expand_builtin_eh_return()
2264 if (! crtl->eh.ehr_label) in expand_eh_return()
2276 emit_label (crtl->eh.ehr_label); in expand_eh_return()