Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dfriend.c263 int class_template_depth = template_class_depth (type); in make_friend_class()
539 int class_template_depth = template_class_depth (current_class_type); in do_friend()
622 || template_class_depth (current_class_type) != 0) in do_friend()
H A Ddecl.c5322 > template_class_depth (context)); in start_decl()
9492 bool memtmpl = (processing_template_decl > template_class_depth (ctx)); in grokfndecl()
9913 > template_class_depth (ctype)) in grokfndecl()
10180 && processing_template_decl > template_class_depth (scope)) in grokvardecl()
13475 if (template_class_depth (current_class_type) == 0) in grokdeclarator()
15010 && template_class_depth (current_class_type) in xref_tag_1()
H A Dpt.c379 template_class_depth (tree type) in template_class_depth() function
1243 : template_class_depth (DECL_CONTEXT (tmpl)))); in retrieve_specialization()
1401 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl)); in is_specialization_of_friend()
2154 && template_class_depth (DECL_CONTEXT (decl)) > 0) in determine_specialization()
5566 last_level_to_check = template_class_depth (current_class_type) + 1; in check_default_tmpl_args()
6004 && !(is_friend && template_class_depth (current_class_type) > 0)) in push_template_decl_real()
10703 int depth = template_class_depth (CP_DECL_CONTEXT (decl)); in uses_outer_template_parms()
H A Dcp-tree.h4928 && processing_template_decl > template_class_depth (current_scope ()))
6970 extern int template_class_depth (tree);
H A Dsemantics.c3368 int depth = template_class_depth (type); in fixup_template_type()
H A Dparser.c22498 return ((int) parser->num_template_parameter_lists > template_class_depth in function_being_declared_is_template_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.cc263 int class_template_depth = template_class_depth (type); in make_friend_class()
550 int class_template_depth = template_class_depth (current_class_type); in do_friend()
627 || template_class_depth (current_class_type) != 0) in do_friend()
H A Ddecl.cc5661 > template_class_depth (context)); in start_decl()
10122 > template_class_depth (ctx))); in grokfndecl()
10544 > template_class_depth (ctype)) in grokfndecl()
10819 && current_template_depth > template_class_depth (scope)) in grokvardecl()
14203 if (template_class_depth (current_class_type) == 0) in grokdeclarator()
14270 > template_class_depth (current_class_type)); in grokdeclarator()
15833 && template_class_depth (current_class_type) in xref_tag()
H A Dpt.cc384 template_class_depth (tree type) in template_class_depth() function
1267 : template_class_depth (DECL_CONTEXT (tmpl)))); in retrieve_specialization()
1425 template_depth = template_class_depth (CP_DECL_CONTEXT (friend_decl)); in is_specialization_of_friend()
2182 && template_class_depth (DECL_CONTEXT (decl)) > 0) in determine_specialization()
5709 last_level_to_check = template_class_depth (current_class_type) + 1; in check_default_tmpl_args()
6151 && !(is_friend && template_class_depth (current_class_type) > 0)) in push_template_decl()
10979 int depth = template_class_depth (CP_DECL_CONTEXT (decl)); in uses_outer_template_parms()
11023 int depth = template_class_depth (CP_DECL_CONTEXT (decl)); in uses_outer_template_parms_in_constraints()
H A DChangeLog-19982726 (template_class_depth): Include the depth of surrounding function
2819 (template_class_depth): Use it.
4792 * pt.c (template_class_depth): Expect types to be namespaces.
5861 (template_class_depth): Handle multiple levels.
6048 (template_class_depth): New function.
H A Dcp-tree.h5177 && current_template_depth > template_class_depth (current_scope ()))
7354 extern int template_class_depth (tree);
H A DChangeLog-20163558 (template_class_depth): Check DECL_P instead of
3570 * pt.c (template_class_depth): Given a lambda type, iterate
H A DChangeLog1091 * pt.cc (template_class_depth): Handle TI_TEMPLATE being a
H A DChangeLog-2005257 (template_class_depth): ... here, replacing count_specializations
H A DChangeLog-2007562 (template_class_depth): Use it.
H A DChangeLog-20101362 * pt.c (template_class_depth): Use CP_TYPE_CONTEXT.
H A Dsemantics.cc3699 int depth = template_class_depth (type); in fixup_template_type()
H A DChangeLog-20204663 * pt.c (template_class_depth): Walk into the DECL_FRIEND_CONTEXT of a
H A Dparser.cc24432 return ((int) parser->num_template_parameter_lists > template_class_depth in function_being_declared_is_template_p()