Home
last modified time | relevance | path

Searched refs:template_header_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c64 static int template_header_count; variable
778 template_header_count = 0; in reset_specialization()
788 template_header_count++; in note_template_header()
2676 if (template_header_count > wanted) in check_template_variable()
2875 else if (template_header_count) in check_explicit_specialization()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc66 static int template_header_count; variable
795 template_header_count = 0; in reset_specialization()
805 template_header_count++; in note_template_header()
2714 if (template_header_count > wanted) in check_template_variable()
2915 else if (template_header_count) in check_explicit_specialization()
H A DChangeLog-1997930 (template_header_count): Likewise.