Searched refs:template_class_depth (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dfriend.c228 int class_template_depth = template_class_depth (type);
445 int class_template_depth = template_class_depth (current_class_type);
523 || template_class_depth (current_class_type) != 0)
H A Ddecl.c4005 && template_class_depth (context) == 0
4024 > template_class_depth (context))
6759 > template_class_depth (ctype))
9067 if (template_class_depth (current_class_type) == 0)
10338 && template_class_depth (current_class_type)
H A Dcp-tree.h2971 (processing_template_decl > template_class_depth (current_scope ()))
4192 extern int template_class_depth (tree);
H A Ddecl2.c1787 if (args && depth > template_class_depth (class_type))
H A Dpt.c270 that, for example, `template_class_depth (current_class_type)' is
274 template_class_depth (tree type) function
1014 template_depth = template_class_depth (DECL_CONTEXT (friend));
2959 last_level_to_check = template_class_depth (current_class_type) + 1;
3275 && !(is_friend && template_class_depth (current_class_type) > 0))

Completed in 346 milliseconds