Searched refs:compileTimeOnly (Results 1 – 3 of 3) sorted by relevance
1623 (fdv.flags & FUNCFLAG.compileTimeOnly || !(fdthis.flags & FUNCFLAG.compileTimeOnly)) in checkNestedReference()
204 compileTimeOnly = 0x100, /// is a compile time only function; no code will be generated for it enumerator
3017 funcdecl.flags |= FUNCFLAG.compileTimeOnly; // don't emit code for this function in funcDeclarationSemantic()