Home
last modified time | relevance | path

Searched refs:type_hash_add (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDtree.c4275 type_hash_add (hashval_t hashcode, tree type) in type_hash_add() function
4321 type_hash_add (hashcode, type); in type_hash_canon()
HDtree.h4434 extern void type_hash_add (unsigned int, tree);
HDChangeLog-200021509 * tree.c (type_hash_add): Likewise.
24888 (type_hash_add, mark_type_hash): Likewise.
26940 (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
26991 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
HDChangeLog-199910844 * tree.c (type_hash_add): Use permalloc to allocate nodes in the
HDChangeLog-200110657 (type_hash_add): Allocate struct type_hash from GC memory.