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 D | pt.c | 1738 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 D | pt.cc | 1767 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 D | ChangeLog-2009 | 1997 (eq_specializations, hash_tmpl_and_args, hash_specialization): New.
|
H A D | ChangeLog-2015 | 1141 * pt.c (hash_tmpl_and_args): Use iterative_hash_object on template
|