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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c408 bool may_throw; member in struct:leh_tf_state
1057 tf->may_throw = false;
1102 if (tf->may_throw)
1116 if (tf->may_throw)
1152 if (tf->may_throw)
1171 if (tf->may_throw)
1267 if (tf->may_throw)
1399 fallthru_index = eh_index + (tf->may_throw && !eh_else);
1443 if (tf->may_throw)
1455 else if (tf->may_throw)
1578 decide_copy_try_finally(int ndests, bool may_throw, gimple_seq finally) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc408 bool may_throw; member in struct:leh_tf_state
1052 tf->may_throw = false;
1097 if (tf->may_throw)
1111 if (tf->may_throw)
1147 if (tf->may_throw)
1166 if (tf->may_throw)
1262 if (tf->may_throw)
1394 fallthru_index = eh_index + (tf->may_throw && !eh_else);
1438 if (tf->may_throw)
1450 else if (tf->may_throw)
1573 decide_copy_try_finally(int ndests, bool may_throw, gimple_seq finally) argument
[all...]

Completed in 189 milliseconds