Searched refs:checkDisabled (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dstruct.d | 479 final bool hasRegularCtor(bool checkDisabled = false) 489 if (checkDisabled && td.onemember) 502 … if (!ctorDecl.isCpCtor && (!checkDisabled || !(ctorDecl.storage_class & STC.disable)))
|
| H A D | aggregate.h | 200 bool hasRegularCtor(bool checkDisabled = false);
|
| H A D | typesem.d | 235 d.checkDisabled(loc, sc, true); 3980 v.checkDisabled(e.loc, sc); in dotExp() 4382 d.checkDisabled(e.loc, sc); in dotExp()
|
| H A D | declaration.d | 276 extern (D) final bool checkDisabled(Loc loc, Scope* sc, bool isAliasedDeclaration = false)
|
| H A D | expression.d | 1153 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 D | expressionsem.d | 840 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 D | func.d | 3246 if (fd.isNewDeclaration() && fd.checkDisabled(loc, sc)) in resolveFuncCall()
|