Home
last modified time | relevance | path

Searched refs:checkDisabled (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d479 final bool hasRegularCtor(bool checkDisabled = false)
489 if (checkDisabled && td.onemember)
502 … if (!ctorDecl.isCpCtor && (!checkDisabled || !(ctorDecl.storage_class & STC.disable)))
H A Daggregate.h200 bool hasRegularCtor(bool checkDisabled = false);
H A Dtypesem.d235 d.checkDisabled(loc, sc, true);
3980 v.checkDisabled(e.loc, sc); in dotExp()
4382 d.checkDisabled(e.loc, sc); in dotExp()
H A Ddeclaration.d276 extern (D) final bool checkDisabled(Loc loc, Scope* sc, bool isAliasedDeclaration = false)
H A Dexpression.d1153 extern (D) final bool checkDisabled(Scope* sc, Dsymbol s) in checkDisabled() function
1157 return d.checkDisabled(loc, sc); in checkDisabled()
1491 if (sd.postblit.checkDisabled(loc, sc)) in checkPostblit()
H A Dexpressionsem.d840 d.checkDisabled(loc, sc); in symbolToExp()
852 d.checkDisabled(loc, sc); in symbolToExp()
12439 exp.checkDisabled(sc, s); in semanticY()
13089 bool error = checkDisabled(sc, f); in checkFunctionAttributes()
13340 em.checkDisabled(loc, sc); in getVarExp()
H A Dfunc.d3246 if (fd.isNewDeclaration() && fd.checkDisabled(loc, sc)) in resolveFuncCall()