Home
last modified time | relevance | path

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

/netbsd/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.cc473 = 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()
4680 = build_template_parm_index (idx, current_template_depth, in process_template_parm()
4681 current_template_depth, in process_template_parm()
4722 = build_template_parm_index (idx, current_template_depth, in process_template_parm()
4723 current_template_depth, in process_template_parm()
4772 = tree_cons (size_int (current_template_depth + 1), in end_template_parm_list()
6249 = tree_cons (size_int (current_template_depth + 1), in add_inherited_template_parms()
28909 level = current_template_depth + 1; in make_auto_1()
[all …]
H A Ddecl.cc5657 bool this_tmpl = (current_template_depth in start_decl()
10118 && (current_template_depth in grokfndecl()
10540 (current_template_depth in grokfndecl()
10816 && current_template_depth > template_class_depth (scope)) in grokvardecl()
14261 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
5176 && current_template_depth > template_class_depth (current_scope ()))
H A Dsemantics.cc3684 for (int n = current_template_depth; n > depth && parms; --n) in fixup_template_type()
H A Dparser.cc48254 current_template_parms = tree_cons (size_int (current_template_depth + 1), in synthesize_implicit_template_parm()