Searched refs:undefined_ (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | astenums.d | 44 undefined_ = 0, enumerator
|
| H A D | parse.d | 521 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 D | declaration.d | 222 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 D | func.d | 2493 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 D | clone.d | 1073 …Parameter delparam = new Parameter(STC.undefined_, Type.tuns32, Identifier.idPool("del"), new Inte… in buildWindowsCppDtor()
|
| H A D | mtype.d | 6362 auto arg = new Parameter(STC.undefined_, e.type, null, null, null); in this()
|
| H A D | dsymbolsem.d | 776 if (ad2 && dsym.storage_class != STC.undefined_) in visit()
|
| H A D | expression.d | 3977 tfx.linkage, STC.undefined_);
|