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

/freebsd-9.3-release/contrib/gcc/
H A Dexcept.h171 struct throw_stmt_node GTY(()) function
H A Dtree-eh.c100 struct throw_stmt_node *n;
106 n = GGC_NEW (struct throw_stmt_node);
135 struct throw_stmt_node dummy;
168 struct throw_stmt_node *p, n;
174 p = (struct throw_stmt_node *) htab_find (get_eh_throw_stmt_table (ifun),
2097 struct throw_stmt_node *node = (struct throw_stmt_node *)*slot;
H A Dexcept.c253 htab_t GTY((param_is (struct throw_stmt_node))) throw_stmt_table;

Completed in 126 milliseconds