Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.c231 : storageClass(STCundefined), in PrefixAttributes()
1629 pAttrs->storageClass = STCundefined; in parseCtor()
1677 pAttrs->storageClass = STCundefined; in parseDtor()
1720 pAttrs->storageClass = STCundefined; in parseStaticCtor()
1758 pAttrs->storageClass = STCundefined; in parseStaticDtor()
1800 pAttrs->storageClass = STCundefined; in parseSharedStaticCtor()
1837 pAttrs->storageClass = STCundefined; in parseSharedStaticDtor()
1868 pAttrs->storageClass = STCundefined; in parseInvariant()
1914 pAttrs->storageClass = STCundefined; in parseUnitTest()
1936 pAttrs->storageClass = STCundefined; in parseNew()
[all …]
H A Ddeclaration.h34 #define STCundefined 0ULL macro
272 …t Loc &loc, Type *t, Identifier *id, Initializer *init, StorageClass storage_class = STCundefined);
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 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/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c231 : storageClass(STCundefined), in PrefixAttributes()
1629 pAttrs->storageClass = STCundefined; in parseCtor()
1677 pAttrs->storageClass = STCundefined; in parseDtor()
1720 pAttrs->storageClass = STCundefined; in parseStaticCtor()
1758 pAttrs->storageClass = STCundefined; in parseStaticDtor()
1800 pAttrs->storageClass = STCundefined; in parseSharedStaticCtor()
1837 pAttrs->storageClass = STCundefined; in parseSharedStaticDtor()
1868 pAttrs->storageClass = STCundefined; in parseInvariant()
1914 pAttrs->storageClass = STCundefined; in parseUnitTest()
1936 pAttrs->storageClass = STCundefined; in parseNew()
[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/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc299 StorageClass sc = STCundefined; in build_frontend_type()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc309 StorageClass sc = STCundefined; in build_frontend_type()