Home
last modified time | relevance | path

Searched refs:compileTimeOnly (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d1623 (fdv.flags & FUNCFLAG.compileTimeOnly || !(fdthis.flags & FUNCFLAG.compileTimeOnly)) in checkNestedReference()
H A Dfunc.d204 compileTimeOnly = 0x100, /// is a compile time only function; no code will be generated for it enumerator
H A Ddsymbolsem.d3017 funcdecl.flags |= FUNCFLAG.compileTimeOnly; // don't emit code for this function in funcDeclarationSemantic()