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

/freebsd-9.3-release/contrib/gcc/
H A Dexcept.c218 struct eh_region *region_tree;
473 new->next_peer = cfun->eh->region_tree;
474 cfun->eh->region_tree = new;
643 i = cfun->eh->region_tree;
820 if (cfun->eh->region_tree == NULL)
936 if (!ifun->eh->region_tree)
979 splice = &cfun->eh->region_tree;
994 cur = ifun->eh->region_tree;
1077 gcc_assert (ifun->eh->region_tree);
1105 gcc_assert (ifun->eh->region_tree);
217 struct eh_region *region_tree; local
[all...]

Completed in 587 milliseconds