HomeSort by: relevance | last modified time | path
    Searched defs:minst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
scope.h 93 /* If minst && !tinst, it's in definitely non-speculative scope (eg. module member scope).
94 * If !minst && !tinst, it's in definitely speculative scope (eg. template constraint).
95 * If minst && tinst, it's in instantiated code scope without speculation.
96 * If !minst && tinst, it's in instantiated code scope with speculation.
98 Module *minst; // root module where the instantiated templates should belong to member in struct:Scope
template.h 271 Module *minst; // the top module that instantiated this instance member in class:TemplateInstance

Completed in 23 milliseconds