Searched refs:DECL_NTPARMS (Results 1 – 10 of 10) sorted by relevance
2765 gcc_assert (nargs == DECL_NTPARMS (maintmpl)); in process_partial_specialization()9475 int ix, len = DECL_NTPARMS (tmpl); in check_instantiated_args()11054 tree targs1 = make_tree_vec (DECL_NTPARMS (pat1)); in more_specialized_fn()11055 tree targs2 = make_tree_vec (DECL_NTPARMS (pat2)); in more_specialized_fn()11252 int ntparms = DECL_NTPARMS (fn); in get_bindings()12594 make_tree_vec (DECL_NTPARMS (tmpl))); in get_mostly_instantiated_function_type()
1157 * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to1158 DECL_NTPARMS to conform to usage elsewhere.
2731 #define DECL_NTPARMS(NODE) \ macro
2215 int ntparms = DECL_NTPARMS (tmpl); in add_template_candidate_real()
5877 targs = make_tree_vec (DECL_NTPARMS (fn)); in resolve_address_of_overloaded_function()
2445 my_friendly_assert (nargs == DECL_NTPARMS (maintmpl), 0);8006 len = DECL_NTPARMS (gen_tmpl);9579 int ntparms = DECL_NTPARMS (fn);10821 make_tree_vec (DECL_NTPARMS (tmpl)));
2792 #define DECL_NTPARMS(NODE) \ macro
2320 int ntparms = DECL_NTPARMS (tmpl);
6188 targs = make_tree_vec (DECL_NTPARMS (fn));
14828 * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to14829 DECL_NTPARMS to conform to usage elsewhere.