Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c5103 tsubst_friend_class (friend_tmpl, args) in tsubst_friend_class() argument
5104 tree friend_tmpl; in tsubst_friend_class()
5111 context = DECL_CONTEXT (friend_tmpl);
5122 tmpl = lookup_name (DECL_NAME (friend_tmpl), /*prefer_type=*/0);
5137 tmpl = lookup_name (DECL_NAME (friend_tmpl), /*prefer_type=*/1);
5149 if (TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (friend_tmpl))
5153 parms = tsubst_template_parms (DECL_TEMPLATE_PARMS (friend_tmpl),
5165 tmpl = tsubst (friend_tmpl, args, tf_error | tf_warning, NULL_TREE);
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c5550 tsubst_friend_class (tree friend_tmpl, tree args) in tsubst_friend_class() argument
5556 context = DECL_CONTEXT (friend_tmpl); in tsubst_friend_class()
5578 tmpl = lookup_name_real (DECL_NAME (friend_tmpl), 0, 0, in tsubst_friend_class()
5595 tmpl = lookup_name_prefer_type (DECL_NAME (friend_tmpl), 1); in tsubst_friend_class()
5607 if (TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (friend_tmpl)) in tsubst_friend_class()
5611 parms = tsubst_template_parms (DECL_TEMPLATE_PARMS (friend_tmpl), in tsubst_friend_class()
5623 tmpl = tsubst (friend_tmpl, args, tf_warning_or_error, NULL_TREE); in tsubst_friend_class()