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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c12066 tree gen_args;
12110 gen_args = DECL_TI_ARGS (d);
12111 spec = retrieve_specialization (gen_tmpl, gen_args,
12137 (gen_args, TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (td)));
12139 args = gen_args;
12185 tsubst (DECL_ARGUMENTS (gen), gen_args, tf_warning_or_error, d);
12186 tsubst (TYPE_RAISES_EXCEPTIONS (type), gen_args,
12194 tsubst (type, gen_args, tf_warning_or_error, d);
12064 tree gen_args; local
12183 tsubst (DECL_ARGUMENTS (gen), gen_args, tf_warning_or_error, d); local
12184 tsubst (TYPE_RAISES_EXCEPTIONS (type), gen_args, local

Completed in 107 milliseconds