Home
last modified time | relevance | path

Searched refs:TMPL_PARMS_DEPTH (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c847 == TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl))); in retrieve_specialization()
2540 int length = TMPL_PARMS_DEPTH (current_template_parms); in current_template_args()
2718 tpd.level = TMPL_PARMS_DEPTH (current_template_parms); in process_partial_specialization()
2799 TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (maintmpl)); in process_partial_specialization()
3233 i = TMPL_PARMS_DEPTH (parms); in push_template_decl_real()
3294 int depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in push_template_decl_real()
4631 parm_depth = TMPL_PARMS_DEPTH (parmlist); in lookup_template_class()
5616 if (TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (friend_tmpl)) in tsubst_friend_class()
6211 TMPL_PARMS_DEPTH (parms) > TMPL_ARGS_DEPTH (args); in tsubst_template_parms()
6248 tree_cons (size_int (TMPL_PARMS_DEPTH (parms) in tsubst_template_parms()
[all …]
H A Derror.c218 int lvl = TMPL_PARMS_DEPTH (parms); in dump_template_bindings()
H A Dcp-tree.h2217 #define TMPL_PARMS_DEPTH(NODE) \ macro
H A DChangeLog-19991483 (TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise.
1492 (TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise.
H A DChangeLog-20013847 * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
H A DChangeLog-20024185 * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
H A DChangeLog-19982921 (inline_needs_template_parms): Use TMPL_PARMS_DEPTH.
/freebsd-12.1/contrib/gcc/
H A DChangeLog.tree-ssa17882 before calling TMPL_PARMS_DEPTH.