Searched refs:current_template_depth (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | friend.cc | 265 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 D | pt.cc | 454 > (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 D | decl.cc | 5660 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 D | ChangeLog-2021 | 218 * 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 D | cp-tree.h | 1908 #define current_template_depth \ macro 5177 && current_template_depth > template_class_depth (current_scope ()))
|
H A D | semantics.cc | 3700 for (int n = current_template_depth; n > depth && parms; --n) in fixup_template_type()
|
H A D | parser.cc | 48256 current_template_parms = tree_cons (size_int (current_template_depth + 1), in synthesize_implicit_template_parm()
|