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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-cfg.c167 static bool call_can_make_abnormal_goto (gimple *);
497 if (call_can_make_abnormal_goto (stmt)
2631 call_can_make_abnormal_goto (gimple *t) function
2660 return call_can_make_abnormal_goto (t);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.cc172 static bool call_can_make_abnormal_goto (gimple *);
502 if (call_can_make_abnormal_goto (stmt)
2651 call_can_make_abnormal_goto (gimple *t) function
2680 return call_can_make_abnormal_goto (t);

Completed in 214 milliseconds