Home
last modified time | relevance | path

Searched refs:adjust_processing_template_decl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c11989 bool adjust_processing_template_decl = false; in instantiate_class_template_1() local
11995 adjust_processing_template_decl = true; in instantiate_class_template_1()
12004 adjust_processing_template_decl = true; in instantiate_class_template_1()
12024 adjust_processing_template_decl = true; in instantiate_class_template_1()
12060 if (adjust_processing_template_decl) in instantiate_class_template_1()
12071 if (adjust_processing_template_decl) in instantiate_class_template_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2021247 adjust_processing_template_decl to adjust_template_depth. Set