Home
last modified time | relevance | path

Searched refs:ttypes_hash (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.c1530 add_ttypes_entry (ttypes_hash, type) in add_ttypes_entry() argument
1531 htab_t ttypes_hash; in add_ttypes_entry()
1537 htab_find_slot_with_hash (ttypes_hash, type, TYPE_HASH (type), INSERT);
1558 add_ehspec_entry (ehspec_hash, ttypes_hash, list) in add_ehspec_entry() argument
1560 htab_t ttypes_hash;
1583 add_ttypes_entry (ttypes_hash, TREE_VALUE (list)));
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.c1231 add_ttypes_entry (htab_t ttypes_hash, tree type) in add_ttypes_entry() argument
1236 htab_find_slot_with_hash (ttypes_hash, type, TREE_HASH (type), INSERT); in add_ttypes_entry()
1257 add_ehspec_entry (htab_t ehspec_hash, htab_t ttypes_hash, tree list) in add_ehspec_entry() argument
1285 add_ttypes_entry (ttypes_hash, TREE_VALUE (list))); in add_ehspec_entry()