Home
last modified time | relevance | path

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

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