Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/
H A Dextract_symbols.py507 template_count = template_function_count[template_function_mapping[k]] variable
508 if v == 1 and template_count < 100:
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.c9461 int template_count, in grokfndecl() argument
9875 template_count, in grokfndecl()
10040 int template_count, in grokvardecl() argument
10191 template_count, conceptp * 8); in grokvardecl()
11067 int template_count = 0; in grokdeclarator() local
12705 template_count = num_template_headers_for_class (ctype); in grokdeclarator()
13391 template_count, in_namespace, in grokdeclarator()
13478 (unqualified_id, decl, template_count, in grokdeclarator()
13702 template_count, in_namespace, attrlist, in grokdeclarator()
13748 template_count, in grokdeclarator()
H A Ddecl.cc10085 int template_count, in grokfndecl() argument
10503 template_count, in grokfndecl()
10668 int template_count, in grokvardecl() argument
10827 template_count, conceptp * 8); in grokvardecl()
11734 int template_count = 0; in grokdeclarator() local
13402 template_count = num_template_headers_for_class (ctype); in grokdeclarator()
14099 template_count, in_namespace, in grokdeclarator()
14198 (unqualified_id, decl, template_count, in grokdeclarator()
14428 template_count, in_namespace, attrlist, in grokdeclarator()
14476 template_count, in grokdeclarator()
H A Dpt.c2127 int template_count, in determine_specialization() argument
2153 && template_count && DECL_CLASS_SCOPE_P (decl) in determine_specialization()
2237 if (header_count && header_count != template_count + 1) in determine_specialization()
2451 if (header_count && header_count != template_count + 1) in determine_specialization()
2455 header_count, template_count + 1); in determine_specialization()
2800 int template_count, in check_explicit_specialization() argument
2822 tsk = current_tmpl_spec_kind (template_count); in check_explicit_specialization()
3087 template_count, in check_explicit_specialization()
H A 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()
H A DChangeLog-20043319 * pt.c (determine_specialization): New parameter template_count.
H A DChangeLog-19986806 (grokdeclarator): Don't update template_count for classes that are
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9461 int template_count, in grokfndecl() argument
9875 template_count, in grokfndecl()
10040 int template_count, in grokvardecl() argument
10191 template_count, conceptp * 8); in grokvardecl()
11067 int template_count = 0; in grokdeclarator() local
12705 template_count = num_template_headers_for_class (ctype); in grokdeclarator()
13391 template_count, in_namespace, in grokdeclarator()
13478 (unqualified_id, decl, template_count, in grokdeclarator()
13702 template_count, in_namespace, attrlist, in grokdeclarator()
13748 template_count, in grokdeclarator()
H A Dpt.c2127 int template_count, in determine_specialization() argument
2153 && template_count && DECL_CLASS_SCOPE_P (decl) in determine_specialization()
2237 if (header_count && header_count != template_count + 1) in determine_specialization()
2451 if (header_count && header_count != template_count + 1) in determine_specialization()
2455 header_count, template_count + 1); in determine_specialization()
2800 int template_count, in check_explicit_specialization() argument
2822 tsk = current_tmpl_spec_kind (template_count); in check_explicit_specialization()
3087 template_count, in check_explicit_specialization()