Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c8718 int template_count, in grokfndecl() argument
9081 template_count, in grokfndecl()
9245 int template_count, in grokvardecl() argument
9387 template_count, conceptp * 8); in grokvardecl()
10187 int template_count = 0; in grokdeclarator() local
11626 template_count = num_template_headers_for_class (ctype); in grokdeclarator()
12259 funcdef_flag, template_count, in_namespace, in grokdeclarator()
12322 (unqualified_id, decl, template_count, in grokdeclarator()
12507 template_count, in_namespace, attrlist, in grokdeclarator()
12552 template_count, in grokdeclarator()
H A Dpt.c2044 int template_count, in determine_specialization() argument
2070 && template_count && DECL_CLASS_SCOPE_P (decl) in determine_specialization()
2153 if (header_count && header_count != template_count + 1) in determine_specialization()
2367 if (header_count && header_count != template_count + 1) in determine_specialization()
2370 header_count, template_count + 1); in determine_specialization()
2779 int template_count, in check_explicit_specialization() argument
2801 tsk = current_tmpl_spec_kind (template_count); in check_explicit_specialization()
3063 template_count, in check_explicit_specialization()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c7161 int template_count, in grokfndecl() argument
7443 template_count, in grokfndecl()
8416 int template_count = 0; in grokdeclarator() local
9573 template_count += 1; in grokdeclarator()
10165 funcdef_flag, template_count, in_namespace, in grokdeclarator()
10228 (unqualified_id, decl, template_count, in grokdeclarator()
10375 template_count, in_namespace, attrlist, in grokdeclarator()
H A Dpt.c1815 int template_count, in determine_specialization() argument
1896 if (header_count && header_count != template_count + 1) in determine_specialization()
2073 if (header_count && header_count != template_count + 1) in determine_specialization()
2076 header_count, template_count + 1); in determine_specialization()
2276 int template_count, in check_explicit_specialization() argument
2296 tsk = current_tmpl_spec_kind (template_count); in check_explicit_specialization()
2564 template_count, in check_explicit_specialization()