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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c353 bool may_throw;
906 tf->may_throw = false;
920 if (tf->may_throw)
961 if (tf->may_throw)
1050 if (tf->may_throw)
1166 fallthru_index = eh_index + tf->may_throw;
1189 if (tf->may_throw)
1210 if (tf->may_throw)
1380 this_tf.may_throw = get_eh_region_may_contain_throw (this_tf.region);
1381 if (this_tf.may_throw)
348 bool may_throw; member in struct:leh_tf_state
[all...]
H A Dtree-cfg.c1444 bool may_throw; member in struct:rus_data
1614 /* Collect may_branch and may_throw information for the body only. */
1616 save_may_throw = data->may_throw;
1618 data->may_throw = false;
1624 this_may_throw = data->may_throw;
1626 data->may_throw |= save_may_throw;
1666 /* Collect may_throw information for the body only. */
1667 save_may_throw = data->may_throw;
1668 data->may_throw = false;
1673 this_may_throw = data->may_throw;
[all...]

Completed in 58 milliseconds