Searched refs:TMPL_PARMS_DEPTH (Results 1 – 8 of 8) sorted by relevance
847 == 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 …]
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.