Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dtree.c764 hash_tree_cons (tree purpose, tree value, tree chain) in hash_tree_cons() function
791 return hash_tree_cons (NULL_TREE, value, chain); in hash_tree_chain()
Dpt.c1684 return hash_tree_cons (TREE_PURPOSE (tmpl_types), in copy_default_args_to_explicit_spec_1()
1756 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), in copy_default_args_to_explicit_spec()
1762 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), in copy_default_args_to_explicit_spec()
7108 result = hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
7519 return hash_tree_cons (purpose, value, chain); in tsubst()
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.
Dcp-tree.h4411 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.
DChangeLog3198 * tree.c (hash_tree_cons): Likewise.