Home
last modified time | relevance | path

Searched refs:inNonRoot (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h237 bool inNonRoot();
H A Ddstruct.c145 if (sd->inNonRoot()) in semanticTypeInfo()
H A Ddsymbol.c913 bool Dsymbol::inNonRoot() in inNonRoot() function
H A Ddeclaration.c334 if (!sc->func && inNonRoot()) in semantic()
H A Ddtemplate.c5999 if (!tinst && sc->func && sc->func->inNonRoot()) in semantic()
8115 return !enclosing->inNonRoot(); in needsCodegen()
8155 if (enclosing && enclosing->inNonRoot()) in needsCodegen()
H A Dexpressionsem.c1422 if (!e->cd->errors && sc->intypeof && !sc->parent->inNonRoot()) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d147 if (sd.inNonRoot()) in semanticTypeInfo()
H A Ddsymbol.h257 bool inNonRoot();
H A Ddsymbol.d1280 final bool inNonRoot() in inNonRoot() function
H A Ddsymbolsem.d319 if (!sc.func && dsym.inNonRoot()) in visit()
332 if (!sc.func && dsym.inNonRoot()) in visit()
5766 if (!tempinst.tinst && sc.func && sc.func.inNonRoot()) in templateInstanceSemantic()
H A Dexpressionsem.d3892 if (!e.cd.errors && sc.intypeof && !sc.parent.inNonRoot()) in visit()