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

/freebsd-12-stable/contrib/gcc/
H A Dtree-eh.c1150 int return_index, eh_index, fallthru_index;
1165 eh_index = return_index + tf->may_return;
1166 fallthru_index = eh_index + tf->may_throw;
1216 build_int_cst (NULL_TREE, eh_index));
1220 build_int_cst (NULL_TREE, eh_index), NULL,
1145 int return_index, eh_index, fallthru_index; local

Completed in 109 milliseconds