Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dfriend.c228 int class_template_depth = template_class_depth (type); in make_friend_class() local
229 int friend_depth = processing_template_decl - class_template_depth; in make_friend_class()
292 if (!uses_template_parms_level (ctype, class_template_depth in make_friend_class()
296 if (class_template_depth) in make_friend_class()
445 int class_template_depth = template_class_depth (current_class_type); in do_friend() local
446 int friend_depth = processing_template_decl - class_template_depth; in do_friend()
462 if (!uses_template_parms_level (ctype, class_template_depth in do_friend()
470 if (class_template_depth in do_friend()
478 else if (class_template_depth) in do_friend()