Searched refs:hash_tree_cons (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | tree.c | 1611 hash_tree_cons (tree purpose, tree value, tree chain) in hash_tree_cons() function 1638 return hash_tree_cons (NULL_TREE, value, chain); in hash_tree_chain()
|
H A D | pt.c | 2140 return hash_tree_cons (TREE_PURPOSE (tmpl_types), in copy_default_args_to_explicit_spec_1() 2212 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), in copy_default_args_to_explicit_spec() 2218 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), in copy_default_args_to_explicit_spec() 10638 hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types() 11223 return hash_tree_cons (purpose, value, chain); in tsubst()
|
H A D | cp-tree.h | 5691 extern tree hash_tree_cons (tree, tree, tree);
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | tree.c | 2011 hash_tree_cons (tree purpose, tree value, tree chain) in hash_tree_cons() function 2037 return hash_tree_cons (NULL_TREE, value, chain); in hash_tree_chain()
|
H A D | pt.c | 2440 return hash_tree_cons (TREE_PURPOSE (tmpl_types), in copy_default_args_to_explicit_spec_1() 2512 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt), in copy_default_args_to_explicit_spec() 2518 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge), in copy_default_args_to_explicit_spec() 13939 hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types() 14623 return hash_tree_cons (purpose, value, chain); in tsubst()
|
H A D | cp-tree.h | 7105 extern tree hash_tree_cons (tree, tree, tree);
|