Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c10261 tree gen_args; local
10299 gen_args = DECL_TI_ARGS (d);
10300 spec = retrieve_specialization (gen_tmpl, gen_args);
10367 (gen_args, TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (td)));
10369 args = gen_args;
10435 tsubst (DECL_ARGUMENTS (gen), gen_args, tf_error | tf_warning, d);
10436 tsubst (TYPE_RAISES_EXCEPTIONS (type), gen_args,
10444 tsubst (type, gen_args, tf_error | tf_warning, d);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dpt.c12031 tree gen_args; in instantiate_decl() local
12075 gen_args = DECL_TI_ARGS (d); in instantiate_decl()
12076 spec = retrieve_specialization (gen_tmpl, gen_args, in instantiate_decl()
12102 (gen_args, TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (td))); in instantiate_decl()
12104 args = gen_args; in instantiate_decl()
12150 tsubst (DECL_ARGUMENTS (gen), gen_args, tf_warning_or_error, d); in instantiate_decl()
12151 tsubst (TYPE_RAISES_EXCEPTIONS (type), gen_args, in instantiate_decl()
12159 tsubst (type, gen_args, tf_warning_or_error, d); in instantiate_decl()