Home
last modified time | relevance | path

Searched refs:hash_tmpl_and_args (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c1738 hash_tmpl_and_args (tree tmpl, tree args) in hash_tmpl_and_args() function
1750 return hash_tmpl_and_args (e->tmpl, e->args); in hash()
1914 return hash_tmpl_and_args (TI_TEMPLATE (ti), TI_ARGS (ti)); in iterative_hash_template_arg()
13816 hash = hash_tmpl_and_args (gen_tmpl, argvec); in tsubst_function_decl()
14104 hash = hash_tmpl_and_args (t, full_args); in tsubst_template_decl()
14630 hash = hash_tmpl_and_args (gen_tmpl, argvec); in tsubst_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc1767 hash_tmpl_and_args (tree tmpl, tree args) in hash_tmpl_and_args() function
1779 return hash_tmpl_and_args (e->tmpl, e->args); in hash()
1945 return hash_tmpl_and_args (TI_TEMPLATE (ti), TI_ARGS (ti)); in iterative_hash_template_arg()
14213 hash = hash_tmpl_and_args (gen_tmpl, argvec); in tsubst_function_decl()
14517 hash = hash_tmpl_and_args (t, full_args); in tsubst_template_decl()
15041 hash = hash_tmpl_and_args (gen_tmpl, argvec); in tsubst_decl()
H A DChangeLog-20091997 (eq_specializations, hash_tmpl_and_args, hash_specialization): New.
H A DChangeLog-20151141 * pt.c (hash_tmpl_and_args): Use iterative_hash_object on template