Searched refs:TMPL_PARMS_DEPTH (Results 1 – 15 of 15) sorted by relevance
446 return (TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (most_general_template (decl))) in inline_needs_template_parms()522 levels = TMPL_PARMS_DEPTH (parms) - processing_template_decl; in maybe_begin_member_template_processing()1242 ? TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)) in retrieve_specialization()3118 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in check_explicit_specialization()3663 || level > TMPL_PARMS_DEPTH (parms)) in get_template_parms_at_level()3667 if (TMPL_PARMS_DEPTH (p) == level) in get_template_parms_at_level()4786 int length = TMPL_PARMS_DEPTH (parms); in template_parms_to_args()5023 tpd.level = TMPL_PARMS_DEPTH (current_template_parms); in process_partial_specialization()5201 TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (maintmpl)); in process_partial_specialization()5572 parm_level && TMPL_PARMS_DEPTH (parm_level) >= last_level_to_check; in check_default_tmpl_args()[all …]
1081 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints()
351 int lvl = TMPL_PARMS_DEPTH (parms); in dump_template_bindings()
6338 return (tmpl && level == TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl))); in binding_to_template_parms_of_scope_p()
3602 #define TMPL_PARMS_DEPTH(NODE) \ macro
453 return (TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (most_general_template (decl))) in inline_needs_template_parms()529 levels = TMPL_PARMS_DEPTH (parms) - current_template_depth; in maybe_begin_member_template_processing()1266 ? TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)) in retrieve_specialization()3163 int parm_depth = TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl)); in check_explicit_specialization()4913 int length = TMPL_PARMS_DEPTH (parms); in template_parms_to_args()5179 tpd.level = TMPL_PARMS_DEPTH (current_template_parms); in process_partial_specialization()5346 TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (maintmpl)); in process_partial_specialization()5715 parm_level && TMPL_PARMS_DEPTH (parm_level) >= last_level_to_check; in check_default_tmpl_args()6087 i = TMPL_PARMS_DEPTH (parms); in push_template_decl()6594 data.level = TMPL_PARMS_DEPTH (parms); in complex_alias_template_p()[all …]
1135 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints()3078 ? TMPL_PARMS_DEPTH (initial_parms) + 1 : 1), in normalize_placeholder_type_constraints()
1909 (current_template_parms ? TMPL_PARMS_DEPTH (current_template_parms) : 0)3816 #define TMPL_PARMS_DEPTH(NODE) \ macro
413 int lvl = TMPL_PARMS_DEPTH (parms); in dump_template_bindings()
7582 return (tmpl && level == TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl))); in binding_to_template_parms_of_scope_p()
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.