Home
last modified time | relevance | path

Searched refs:SCOPEfullinst (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h62 SCOPEfullinst = 0x10000, // fully instantiate templates enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h66 #define SCOPEfullinst 0x10000 // fully instantiate templates macro
H A Dtraits.c1326 sc2->flags = (sc->flags & ~(SCOPEctfe | SCOPEcondition)) | SCOPEcompile | SCOPEfullinst; in semanticTraits()
H A Ddtemplate.c6352 if ((sc->func || (sc->flags & SCOPEfullinst)) && !tinst) in semantic()
H A Dexpressionsem.c1926 sc2->flags |= SCOPEfullinst; in visit()