Searched refs:STCundefined (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.c | 231 : 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 D | arrayop.c | 71 FuncDeclaration *fd = new FuncDeclaration(Loc(), Loc(), ident, STCundefined, ftype); in buildArrayOp()
|
H A D | declaration.c | 77 storage_class = STCundefined; in Declaration() 1272 if (ad2 && storage_class != STCundefined) in semantic()
|
H A D | declaration.h | 37 #define STCundefined 0LL macro
|
H A D | func.c | 1297 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 D | statement.c | 1713 this->stc = STCundefined; in GccAsmStatement()
|
H A D | expression.c | 4746 …tion *tfy = new TypeFunction(tfx->parameters, tof->next, tfx->varargs, tfx->linkage, STCundefined); in matchType()
|
H A D | mtype.c | 9004 Parameter *arg = new Parameter(STCundefined, e->type, NULL, NULL); in TypeTuple()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | declaration.h | 34 #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 D | d-builtins.cc | 309 StorageClass sc = STCundefined; in build_frontend_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-builtins.cc | 299 StorageClass sc = STCundefined; in build_frontend_type()
|