Searched refs:new_friend (Results 1 – 2 of 2) sorted by relevance
5308 tree new_friend; in tsubst_friend_function() local5339 new_friend = tsubst (decl, args, tf_warning_or_error, NULL_TREE); in tsubst_friend_function()5340 tmpl = determine_specialization (template_id, new_friend, in tsubst_friend_function()5348 new_friend = tsubst (decl, args, tf_warning_or_error, NULL_TREE); in tsubst_friend_function()5360 if (new_friend == error_mark_node) in tsubst_friend_function()5363 DECL_USE_TEMPLATE (new_friend) = 0; in tsubst_friend_function()5366 DECL_USE_TEMPLATE (DECL_TEMPLATE_RESULT (new_friend)) = 0; in tsubst_friend_function()5367 DECL_SAVED_TREE (DECL_TEMPLATE_RESULT (new_friend)) in tsubst_friend_function()5375 if (TREE_CODE (new_friend) != TEMPLATE_DECL) in tsubst_friend_function()5377 SET_DECL_RTL (new_friend, NULL_RTX); in tsubst_friend_function()[all …]
54 * pt.c (tsubst_friend_function): Return early when new_friend is