Searched refs:new_template (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 11059 tree new_template = TI_TEMPLATE (new_friend_template_info); in tsubst_friend_function() local 11071 gcc_assert (retrieve_specialization (new_template, in tsubst_friend_function() 11089 gcc_assert (new_template in tsubst_friend_function() 11090 == most_general_template (new_template)); in tsubst_friend_function() 11091 gcc_assert (new_template != old_decl); in tsubst_friend_function() 11114 (spec, new_template, DECL_TI_ARGS (spec), true, 0); in tsubst_friend_function()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 11417 tree new_template = TI_TEMPLATE (new_friend_template_info); in tsubst_friend_function() local 11429 gcc_assert (retrieve_specialization (new_template, in tsubst_friend_function() 11447 gcc_assert (new_template in tsubst_friend_function() 11448 == most_general_template (new_template)); in tsubst_friend_function() 11449 gcc_assert (new_template != old_decl); in tsubst_friend_function() 11472 (spec, new_template, DECL_TI_ARGS (spec), true, 0); in tsubst_friend_function()
|