Home
last modified time | relevance | path

Searched refs:undefined_ (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d44 undefined_ = 0, enumerator
H A Dparse.d521 s = new AST.UnitTestDeclaration(loc, token.loc, STC.undefined_, null);
731 if (stc2 != STC.undefined_)
1374 StorageClass storageClass = STC.undefined_; in parseTypeCtor()
3937 StorageClass stc = parsePostfix(STC.undefined_, null);
4305 StorageClass storage_class = STC.undefined_;
4540 pAttrs.storageClass = STC.undefined_;
4569 StorageClass stc2 = STC.undefined_;
4582 if (stc2 != STC.undefined_)
4604 pAttrs.storageClass = STC.undefined_;
4705 StorageClass storage_class = STC.undefined_; in parseAliasDeclarations()
[all …]
H A Ddeclaration.d222 StorageClass storage_class = STC.undefined_;
1120 …c loc, Type type, Identifier ident, Initializer _init, StorageClass storage_class = STC.undefined_)
1145 …c loc, Type type, Identifier ident, Initializer _init, StorageClass storage_class = STC.undefined_)
H A Dfunc.d2493 auto fd = new FuncDeclaration(loc, loc, Id.require, STC.undefined_, tf); in buildEnsureRequire()
2536 auto fd = new FuncDeclaration(loc, loc, Id.ensure, STC.undefined_, tf); in buildEnsureRequire()
3678 super(loc, endloc, null, STC.undefined_, type);
3912 super(loc, endloc, Id.dtor, STC.undefined_, null); in this()
H A Dclone.d1073 …Parameter delparam = new Parameter(STC.undefined_, Type.tuns32, Identifier.idPool("del"), new Inte… in buildWindowsCppDtor()
H A Dmtype.d6362 auto arg = new Parameter(STC.undefined_, e.type, null, null, null); in this()
H A Ddsymbolsem.d776 if (ad2 && dsym.storage_class != STC.undefined_) in visit()
H A Dexpression.d3977 tfx.linkage, STC.undefined_);