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

/haiku-buildtools/gcc/gcc/
H A Dtree-eh.c1397 int return_index, eh_index, fallthru_index; local
1428 fallthru_index = eh_index + (tf->may_throw && !eh_else);
1429 ndests = fallthru_index + tf->may_fallthru;
1449 fallthru_index));
1452 tmp = build_int_cst (integer_type_node, fallthru_index);

Completed in 68 milliseconds