Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree.c2952 type_hash_add (hashcode, type) in type_hash_add() function
3003 type_hash_add (hashcode, type);
Dtree.h2963 extern void type_hash_add PARAMS ((unsigned int, tree));
DChangeLog.36243 * tree.c (type_hash_add): Likewise.
9622 (type_hash_add, mark_type_hash): Likewise.
11674 (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
11725 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
DChangeLog.210844 * tree.c (type_hash_add): Use permalloc to allocate nodes in the
DChangeLog.610657 (type_hash_add): Allocate struct type_hash from GC memory.
/openbsd/src/gnu/gcc/gcc/
Dtree.c4270 type_hash_add (hashval_t hashcode, tree type) in type_hash_add() function
4316 type_hash_add (hashcode, type); in type_hash_canon()
Dtree.h4346 extern void type_hash_add (unsigned int, tree);