HomeSort by: relevance | last modified time | path
    Searched refs:hdrStripPlainFunctions (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 196 bool hdrStripPlainFunctions; // strip the bodies of plain (non-template) functions
globals.d 218 bool hdrStripPlainFunctions = true; // strip the bodies of plain (non-template) functions
hdrgen.d 1539 else if (hgs.tpltMember == 0 && global.params.hdrStripPlainFunctions)
1624 if (!f.fbody || (hgs.hdrgen && global.params.hdrStripPlainFunctions && !hgs.autoMember && !hgs.tpltMember))
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 966 global.params.hdrStripPlainFunctions = false;

Completed in 81 milliseconds