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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dpt.c5560 tsubst_friend_class (tree friend_tmpl, tree args)
5566 context = DECL_CONTEXT (friend_tmpl);
5588 tmpl = lookup_name_real (DECL_NAME (friend_tmpl), 0, 0,
5605 tmpl = lookup_name_prefer_type (DECL_NAME (friend_tmpl), 1);
5617 if (TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (friend_tmpl))
5621 parms = tsubst_template_parms (DECL_TEMPLATE_PARMS (friend_tmpl),
5633 tmpl = tsubst (friend_tmpl, args, tf_warning_or_error, NULL_TREE);
5559 tsubst_friend_class(tree friend_tmpl, tree args) argument

Completed in 187 milliseconds