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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c9566 instantiate_template (tree tmpl, tree targ_ptr, tsubst_flags_t complain)
9584 spec = instantiate_template (DECL_CLONED_FUNCTION (tmpl), targ_ptr,
9599 spec = retrieve_specialization (tmpl, targ_ptr,
9610 targ_ptr = add_outermost_template_args (DECL_TI_ARGS (tmpl),
9611 targ_ptr);
9614 spec = retrieve_specialization (gen_tmpl, targ_ptr,
9620 if (check_instantiated_args (gen_tmpl, INNERMOST_TEMPLATE_ARGS (targ_ptr),
9641 targ_ptr, complain, gen_tmpl);
9565 instantiate_template(tree tmpl, tree targ_ptr, tsubst_flags_t complain) argument

Completed in 115 milliseconds