Searched refs:hash_tree_cons (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dtree.c768 hash_tree_cons (tree purpose, tree value, tree chain)
795 return hash_tree_cons (NULL_TREE, value, chain);
764 hash_tree_cons (tree purpose, tree value, tree chain) function
H A Dpt.c1684 return hash_tree_cons (TREE_PURPOSE (tmpl_types),
1756 new_spec_types = hash_tree_cons (TREE_PURPOSE (vtt),
1762 new_spec_types = hash_tree_cons (TREE_PURPOSE (in_charge),
7109 result = hash_tree_cons (default_arg, type, remaining_arg_types);
7520 return hash_tree_cons (purpose, value, chain);
H A Dcp-tree.h4456 extern tree hash_tree_cons (tree, tree, tree);

Completed in 214 milliseconds