Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c446 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 …]
H A Dconstraint.cc1081 if (int extra_levels = (TMPL_PARMS_DEPTH (current_template_parms) in associate_classtype_constraints()
H A Derror.c351 int lvl = TMPL_PARMS_DEPTH (parms); in dump_template_bindings()
H A Dname-lookup.c6338 return (tmpl && level == TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl))); in binding_to_template_parms_of_scope_p()
H A Dcp-tree.h3602 #define TMPL_PARMS_DEPTH(NODE) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc453 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 …]
H A Dconstraint.cc1135 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()
H A Dcp-tree.h1909 (current_template_parms ? TMPL_PARMS_DEPTH (current_template_parms) : 0)
3816 #define TMPL_PARMS_DEPTH(NODE) \ macro
H A Derror.cc413 int lvl = TMPL_PARMS_DEPTH (parms); in dump_template_bindings()
H A Dname-lookup.cc7582 return (tmpl && level == TMPL_PARMS_DEPTH (DECL_TEMPLATE_PARMS (tmpl))); in binding_to_template_parms_of_scope_p()
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.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tree-ssa17882 before calling TMPL_PARMS_DEPTH.