Home
last modified time | relevance | path

Searched refs:current_template_depth (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.cc265 if (current_template_depth) in make_friend_class()
268 friend_depth = current_template_depth - class_template_depth; in make_friend_class()
372 if (current_template_depth in make_friend_class()
373 && !uses_template_parms_level (ctype, current_template_depth)) in make_friend_class()
551 int friend_depth = current_template_depth - class_template_depth; in do_friend()
H A Dpt.cc454 > (current_template_depth + DECL_TEMPLATE_SPECIALIZATION (decl))); in inline_needs_template_parms()
473 = tree_cons (size_int (current_template_depth + 1), in push_inline_template_parms_recursive()
529 levels = TMPL_PARMS_DEPTH (parms) - current_template_depth; in maybe_begin_member_template_processing()
722 = tree_cons (size_int (current_template_depth + 1), in begin_template_parm_list()
4684 = build_template_parm_index (idx, current_template_depth, in process_template_parm()
4685 current_template_depth, in process_template_parm()
4726 = build_template_parm_index (idx, current_template_depth, in process_template_parm()
4727 current_template_depth, in process_template_parm()
4776 = tree_cons (size_int (current_template_depth + 1), in end_template_parm_list()
5843 && uses_template_parms_level (ctx, current_template_depth)) in push_template_decl()
[all …]
H A Ddecl.cc5660 bool this_tmpl = (current_template_depth in start_decl()
10121 && (current_template_depth in grokfndecl()
10543 (current_template_depth in grokfndecl()
10819 && current_template_depth > template_class_depth (scope)) in grokvardecl()
14269 bool memtmpl = (current_template_depth in grokdeclarator()
H A DChangeLog-2021218 * cp-tree.h (current_template_depth): Define.
219 (PROCESSING_REAL_TEMPLATE_DECL): Inspect current_template_depth
236 current_template_depth instead of the magnitude of
250 (make_auto_1): Inspect current_template_depth instead of the
H A Dcp-tree.h1908 #define current_template_depth \ macro
5177 && current_template_depth > template_class_depth (current_scope ()))
H A Dsemantics.cc3700 for (int n = current_template_depth; n > depth && parms; --n) in fixup_template_type()
H A Dparser.cc48256 current_template_parms = tree_cons (size_int (current_template_depth + 1), in synthesize_implicit_template_parm()