Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/
H A Dextract_symbols.py517 template_count = template_function_count[template_function_mapping[k]] variable
518 if v == 1 and template_count < 100:
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c6044 int template_count, in grokfndecl() argument
6261 template_count, in grokfndecl()
7013 int template_count = 0; in grokdeclarator() local
7919 template_count += 1; in grokdeclarator()
8427 funcdef_flag, template_count, in_namespace, attrlist); in grokdeclarator()
8474 funcdef_flag, template_count, in_namespace, in grokdeclarator()
8521 (unqualified_id, decl, template_count, in grokdeclarator()
8673 template_count, in_namespace, attrlist); in grokdeclarator()
H A Dpt.c1378 int template_count, in determine_specialization() argument
1458 if (header_count && header_count != template_count + 1) in determine_specialization()
1820 int template_count, in check_explicit_specialization() argument
1840 tsk = current_tmpl_spec_kind (template_count); in check_explicit_specialization()
2108 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
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c9648 template_count, in_namespace) in grokfndecl() argument
9655 int check, friendp, publicp, inlinep, funcdef_flag, template_count;
9876 template_count,
10525 int template_count = 0; local
11864 template_count += 1;
12383 funcdef_flag, template_count, in_namespace);
12429 template_count, in_namespace);
12481 template_count, 2 * (funcdef_flag != 0) + 4);
12625 template_count, in_namespace);
H A Dpt.c1492 check_explicit_specialization (declarator, decl, template_count, flags) in check_explicit_specialization() argument
1495 int template_count;
1507 tsk = current_tmpl_spec_kind (template_count);
H A DChangeLog.213594 (grokdeclarator): Don't update template_count for classes that are