Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dpt.c311 return (TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (most_general_template (decl))) in inline_needs_template_parms()
389 levels = TMPL_PARMS_DEPTH (parms) - processing_template_decl; in maybe_begin_member_template_processing()
847 == TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl))); in retrieve_specialization()
2125 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in check_explicit_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()
2965 parm_level && TMPL_PARMS_DEPTH (parm_level) >= last_level_to_check; in check_default_tmpl_args()
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()
[all …]
Derror.c218 int lvl = TMPL_PARMS_DEPTH (parms); in dump_template_bindings()
Dcp-tree.h2217 #define TMPL_PARMS_DEPTH(NODE) \ macro
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.
DChangeLog-20013847 * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
DChangeLog-20024185 * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
DChangeLog-19982921 (inline_needs_template_parms): Use TMPL_PARMS_DEPTH.
/freebsd-12-stable/contrib/gcc/
DChangeLog.tree-ssa17882 before calling TMPL_PARMS_DEPTH.