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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dfriend.c270 if (processing_template_decl > template_class_depth (type))
375 else if (template_class_depth (current_class_type))
420 && template_class_depth (current_class_type) == 0)
H A Dpt.c286 that, for example, `template_class_depth (current_class_type)' is
329 template_class_depth (type) function
493 template_class_depth (DECL_CLASS_CONTEXT (t))));
519 template_class_depth (DECL_CONTEXT (t)));
2264 last_level_to_check = template_class_depth (current_class_type) + 1;
2353 /* Note that template_class_depth returns 0 if given NULL_TREE, so
2355 else if (processing_template_decl > template_class_depth (info))
2505 && !(is_friend && template_class_depth (current_class_type) > 0))
H A Dcp-tree.h2039 (processing_template_decl > template_class_depth (current_class_type))
3238 extern int template_class_depth PROTO((tree));
H A Ddecl.c11533 if (template_class_depth (current_class_type) == 0)
12723 && template_class_depth (current_class_type) == 0)
12736 && template_class_depth (current_class_type)
H A Dclass.c1282 if (template_class_depth (type))
/haiku-buildtools/gcc/gcc/cp/
H A Dfriend.c233 int class_template_depth = template_class_depth (type);
478 int class_template_depth = template_class_depth (current_class_type);
561 || template_class_depth (current_class_type) != 0)
H A Dpt.c368 that, for example, `template_class_depth (current_class_type)' is
372 template_class_depth (tree type) function
1061 : template_class_depth (DECL_CONTEXT (tmpl))));
1219 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl));
1888 && template_class_depth (DECL_CONTEXT (decl)) > 0)
4665 last_level_to_check = template_class_depth (current_class_type) + 1;
5066 && !(is_friend && template_class_depth (current_class_type) > 0))
13113 && (template_class_depth (DECL_CONTEXT (t))
H A Ddecl.c4787 > template_class_depth (context));
8052 > template_class_depth (ctype))
10890 if (template_class_depth (current_class_type) == 0)
12382 && template_class_depth (current_class_type)
H A Dcp-tree.h4097 (processing_template_decl > template_class_depth (current_scope ()))
5742 extern int template_class_depth (tree);
H A Dparser.c18669 return ((int) parser->num_template_parameter_lists > template_class_depth

Completed in 490 milliseconds