Searched refs:hash_tree_cons (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | tree.cc | 2218 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()
|
H A 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.
|
H A 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.
|
H A D | pt.cc | 2563 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()
|
H A D | ChangeLog-2006 | 3109 * tree.c (hash_tree_cons): Likewise.
|
H A D | cp-tree.h | 7850 extern tree hash_tree_cons (tree, tree, tree);
|
H A D | ChangeLog-1998 | 2080 * pt.c (tsubst_arg_types): New function. Use hash_tree_cons. 6479 (hash_tree_cons): Initialize hashcode to 0.
|
H A D | ChangeLog-2000 | 361 (hash_tree_cons): Use the generic hashtable.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | tree.c | 2118 hash_tree_cons (tree purpose, tree value, tree chain) in hash_tree_cons() function 2144 return hash_tree_cons (NULL_TREE, value, chain); in hash_tree_chain()
|
H A D | pt.c | 2525 return hash_tree_cons (TREE_PURPOSE (tmpl_types), in copy_default_args_to_explicit_spec_1() 2597 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), in copy_default_args_to_explicit_spec() 2603 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), in copy_default_args_to_explicit_spec() 14958 hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types() 15660 chain = hash_tree_cons (purpose, value, chain); in tsubst() 15691 return hash_tree_cons (purpose, value, chain); in tsubst()
|
H A D | cp-tree.h | 7448 extern tree hash_tree_cons (tree, tree, tree);
|