Home
last modified time | relevance | path

Searched refs:full_args (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dpt.c6442 tree full_args; in tsubst_decl() local
6475 full_args = tsubst_template_args (tmpl_args, args, in tsubst_decl()
6478 if (full_args == error_mark_node) in tsubst_decl()
6484 gcc_assert (full_args != tmpl_args); in tsubst_decl()
6486 spec = retrieve_specialization (t, full_args, in tsubst_decl()
DChangeLog-20033016 * pt.c (more_specialized_class): Add full_args parameter.