Searched refs:template_count (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | extract_symbols.py | 507 template_count = template_function_count[template_function_mapping[k]] variable 508 if v == 1 and template_count < 100:
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 9461 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 D | pt.c | 2127 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()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 10088 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()
|
| H A D | pt.cc | 2155 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 D | ChangeLog-2004 | 3319 * pt.c (determine_specialization): New parameter template_count.
|
| H A D | ChangeLog-1998 | 6806 (grokdeclarator): Don't update template_count for classes that are
|