Searched refs:TMPL_PARMS_DEPTH (Results 1 – 8 of 8) sorted by relevance
311 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 …]
218 int lvl = TMPL_PARMS_DEPTH (parms); in dump_template_bindings()
2217 #define TMPL_PARMS_DEPTH(NODE) \ macro
1483 (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.
3847 * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
4185 * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
2921 (inline_needs_template_parms): Use TMPL_PARMS_DEPTH.
17882 before calling TMPL_PARMS_DEPTH.