Searched refs:hash_tree_cons (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | tree.c | 764 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()
|
| D | pt.c | 1684 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()
|
| D | ChangeLog-1997 | 1871 (hash_tree_cons): Only build a new node if one isn't already in the 1873 (hash_tree_chain): Use hash_tree_cons.
|
| D | ChangeLog-1999 | 1469 (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.
|
| D | cp-tree.h | 4411 extern tree hash_tree_cons (tree, tree, tree);
|
| D | ChangeLog-1998 | 2080 * pt.c (tsubst_arg_types): New function. Use hash_tree_cons. 6479 (hash_tree_cons): Initialize hashcode to 0.
|
| D | ChangeLog-2000 | 361 (hash_tree_cons): Use the generic hashtable.
|
| D | ChangeLog | 3198 * tree.c (hash_tree_cons): Likewise.
|