Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h160 bool hdrStripPlainFunctions; // strip the bodies of plain (non-template) functions member
H A Dhdrgen.c1929 else if (hgs->tpltMember == 0 && global.params.hdrStripPlainFunctions) in visit()
1943 …if (!f->fbody || (hgs->hdrgen && global.params.hdrStripPlainFunctions && !hgs->autoMember && !hgs-… in bodyToBuffer()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h196 bool hdrStripPlainFunctions; // strip the bodies of plain (non-template) functions member
H A Dglobals.d218 bool hdrStripPlainFunctions = true; // strip the bodies of plain (non-template) functions variable
H A Dhdrgen.d1539 else if (hgs.tpltMember == 0 && global.params.hdrStripPlainFunctions) in visit()
1624 …if (!f.fbody || (hgs.hdrgen && global.params.hdrStripPlainFunctions && !hgs.autoMember && !hgs.tpl… in bodyToBuffer()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc293 global.params.hdrStripPlainFunctions = true; in d_init_options()
795 global.params.hdrStripPlainFunctions = false; in d_post_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc966 global.params.hdrStripPlainFunctions = false; in d_post_options()
H A DChangeLog-201612 * d-lang.cc (d_init_options): Initialize hdrStripPlainFunctions.