Home
last modified time | relevance | path

Searched refs:hash_tree_cons (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc2218 hash_tree_cons (tree purpose, tree value, tree chain) in hash_tree_cons() function
2244 return hash_tree_cons (NULL_TREE, value, chain); in hash_tree_chain()
DChangeLog-19971871 (hash_tree_cons): Only build a new node if one isn't already in the
1873 (hash_tree_chain): Use hash_tree_cons.
DChangeLog-19991469 (hash_tree_cons): Don't mess with obstacks.
5671 * tree.c (hash_tree_cons): Remove obsolete via_* parms.
5675 (tsubst_arg_types): Use plain hash_tree_cons.
5677 * parse.y (declmods, nonempty_cv_qualifiers): Use hash_tree_cons.
Dpt.cc2563 return hash_tree_cons (TREE_PURPOSE (tmpl_types), in copy_default_args_to_explicit_spec_1()
2635 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), in copy_default_args_to_explicit_spec()
2641 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), in copy_default_args_to_explicit_spec()
15365 = hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
15674 chain = hash_tree_cons (purpose, value, chain); in tsubst_tree_list()
DChangeLog-20063109 * tree.c (hash_tree_cons): Likewise.
Dcp-tree.h7850 extern tree hash_tree_cons (tree, tree, tree);
DChangeLog-19982080 * pt.c (tsubst_arg_types): New function. Use hash_tree_cons.
6479 (hash_tree_cons): Initialize hashcode to 0.
DChangeLog-2000361 (hash_tree_cons): Use the generic hashtable.