Searched refs:new_template (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | pt.c | 8059 tree new_template = TI_TEMPLATE (new_friend_template_info); in tsubst_friend_function() local 8071 gcc_assert (retrieve_specialization (new_template, in tsubst_friend_function() 8089 gcc_assert (new_template in tsubst_friend_function() 8090 == most_general_template (new_template)); in tsubst_friend_function() 8091 gcc_assert (new_template != old_decl); in tsubst_friend_function() 8114 (spec, new_template, DECL_TI_ARGS (spec), true, 0); in tsubst_friend_function()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | pt.c | 10421 tree new_template = TI_TEMPLATE (new_friend_template_info); in tsubst_friend_function() local 10433 gcc_assert (retrieve_specialization (new_template, in tsubst_friend_function() 10451 gcc_assert (new_template in tsubst_friend_function() 10452 == most_general_template (new_template)); in tsubst_friend_function() 10453 gcc_assert (new_template != old_decl); in tsubst_friend_function() 10476 (spec, new_template, DECL_TI_ARGS (spec), true, 0); in tsubst_friend_function()
|