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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c1150 int return_index, eh_index, fallthru_index;
1166 fallthru_index = eh_index + tf->may_throw;
1167 ndests = fallthru_index + tf->may_fallthru;
1186 build_int_cst (NULL_TREE, fallthru_index));
1197 build_int_cst (NULL_TREE, fallthru_index), NULL,
1145 int return_index, eh_index, fallthru_index; local

Completed in 53 milliseconds