Home
last modified time | relevance | path

Searched refs:DECL_NTPARMS (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c2765 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()
DChangeLog-19971157 * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to
1158 DECL_NTPARMS to conform to usage elsewhere.
Dcp-tree.h2731 #define DECL_NTPARMS(NODE) \ macro
Dcall.c2215 int ntparms = DECL_NTPARMS (tmpl); in add_template_candidate_real()
Dclass.c5877 targs = make_tree_vec (DECL_NTPARMS (fn)); in resolve_address_of_overloaded_function()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c2445 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)));
Dcp-tree.h2792 #define DECL_NTPARMS(NODE) \ macro
Dcall.c2320 int ntparms = DECL_NTPARMS (tmpl);
Dclass.c6188 targs = make_tree_vec (DECL_NTPARMS (fn));
DChangeLog.214828 * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to
14829 DECL_NTPARMS to conform to usage elsewhere.