Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc10088 int template_count, in grokfndecl() argument
10506 template_count, in grokfndecl()
10671 int template_count, in grokvardecl() argument
10830 template_count, conceptp * 8); in grokvardecl()
11737 int template_count = 0; in grokdeclarator() local
13410 template_count = num_template_headers_for_class (ctype); in grokdeclarator()
14107 template_count, in_namespace, in grokdeclarator()
14206 (unqualified_id, decl, template_count, in grokdeclarator()
14436 template_count, in_namespace, attrlist, in grokdeclarator()
14484 template_count, in grokdeclarator()
Dpt.cc2155 int template_count, in determine_specialization() argument
2181 && template_count && DECL_CLASS_SCOPE_P (decl) in determine_specialization()
2266 if (header_count && header_count != template_count + 1) in determine_specialization()
2496 header_count, template_count + 1); in determine_specialization()
2838 int template_count, in check_explicit_specialization() argument
2860 tsk = current_tmpl_spec_kind (template_count); in check_explicit_specialization()
3132 template_count, in check_explicit_specialization()
DChangeLog-20043319 * pt.c (determine_specialization): New parameter template_count.
DChangeLog-19986806 (grokdeclarator): Don't update template_count for classes that are