Searched refs:STCundefined (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c231 : storageClass(STCundefined),
429 s = new UnitTestDeclaration(loc, token.loc, STCundefined, NULL);
579 pAttrs->storageClass = STCundefined;
610 if (pAttrs->storageClass != STCundefined)
613 pAttrs->storageClass = STCundefined;
1130 StorageClass storageClass = STCundefined;
1567 StorageClass stc = pAttrs ? pAttrs->storageClass : STCundefined;
1583 pAttrs->storageClass = STCundefined;
1629 pAttrs->storageClass = STCundefined;
1659 StorageClass stc = pAttrs ? pAttrs->storageClass : STCundefined;
[all...]
H A Darrayop.c71 FuncDeclaration *fd = new FuncDeclaration(Loc(), Loc(), ident, STCundefined, ftype);
H A Ddeclaration.h37 #define STCundefined 0LL macro
H A Ddeclaration.c77 storage_class = STCundefined;
1272 if (ad2 && storage_class != STCundefined)
H A Dfunc.c1297 Id::require, STCundefined, tf);
1330 Id::ensure, STCundefined, tf);
4701 : FuncDeclaration(loc, endloc, NULL, STCundefined, type)
5010 : FuncDeclaration(loc, endloc, Id::dtor, STCundefined, NULL)
H A Dstatement.c1713 this->stc = STCundefined;
H A Dexpression.c4746 TypeFunction *tfy = new TypeFunction(tfx->parameters, tof->next, tfx->varargs, tfx->linkage, STCundefined);
H A Dmtype.c9004 Parameter *arg = new Parameter(STCundefined, e->type, NULL, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h34 #define STCundefined 0ULL macro
272 static VarDeclaration *create(const Loc &loc, Type *t, Identifier *id, Initializer *init, StorageClass storage_class = STCundefined);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc299 StorageClass sc = STCundefined;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc309 StorageClass sc = STCundefined;

Completed in 379 milliseconds