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

/freebsd-9.3-release/contrib/gcc/
H A Dexcept.c1316 htab_t ttypes, ehspec;
1324 ttypes = htab_create (31, ttypes_filter_hash, ttypes_filter_eq, free);
1352 int flt = add_ttypes_entry (ttypes, TREE_VALUE (tp_node));
1363 int flt = add_ttypes_entry (ttypes, NULL);
1374 = add_ehspec_entry (ehspec, ttypes, r->u.allowed.type_list);
1382 htab_delete (ttypes);
1306 htab_t ttypes, ehspec; local

Completed in 38 milliseconds