Home
last modified time | relevance | path

Searched refs:allInst (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h132 bool allInst; // generate code for all template instantiations member
H A Ddtemplate.c8089 if (global.params.allInst) in needsCodegen()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h141 bool allInst; // generate code for all template instantiations member
H A Dglobals.d151 bool allInst; // generate code for all template instantiations variable
H A Ddtemplate.d6236 if (global.params.allInst) in needsCodegen()
7350 if (global.params.allInst || !mi || mi.isRoot()) in appendToModuleMember()
H A Ddsymbolsem.d5963 if (!global.params.allInst && in templateInstanceSemantic()
H A Ddtemplate.c8089 if (global.params.allInst) in needsCodegen()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc295 global.params.allInst = false; in d_init_options()
423 global.params.allInst = value; in d_handle_option()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc433 global.params.allInst = value; in d_handle_option()
H A DChangeLog-201352 (d_handle_option): Set frontend allInst option if -femit-templates.