Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A 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.
H A 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.
H A 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()
H A DChangeLog-20063109 * tree.c (hash_tree_cons): Likewise.
H A Dcp-tree.h7850 extern tree hash_tree_cons (tree, tree, tree);
H A DChangeLog-19982080 * pt.c (tsubst_arg_types): New function. Use hash_tree_cons.
6479 (hash_tree_cons): Initialize hashcode to 0.
H A DChangeLog-2000361 (hash_tree_cons): Use the generic hashtable.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c2118 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 Dpt.c2525 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 Dcp-tree.h7448 extern tree hash_tree_cons (tree, tree, tree);