Home
last modified time | relevance | path

Searched defs:stc (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d231 const stc = parseAttribute(exps); variable
315 StorageClass stc; variable
1266 if (StorageClass stc = isBuiltinAtAttribute(token.ident)) variable
1308 StorageClass stc; variable
1381 StorageClass stc; in parseTypeCtor() local
2321 StorageClass stc = getStorageClass!AST(pAttrs); variable
2414 StorageClass stc = getStorageClass!AST(pAttrs); variable
2450 StorageClass stc = getStorageClass!AST(pAttrs); variable
2484 StorageClass stc = getStorageClass!AST(pAttrs); variable
2525 StorageClass stc = getStorageClass!AST(pAttrs); variable
[all …]
H A Dclone.d76 StorageClass stc = (sa & (STC.pure_ | STC.nothrow_ | STC.nogc)) | (so & STC.disable); in mergeFuncAttrs() local
268 StorageClass stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildOpAssign() local
869 StorageClass stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildDtors() local
1176 StorageClass stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildInv() local
1224 StorageClass stc = STC.safe | STC.nothrow_ | STC.pure_ | STC.nogc; in buildPostBlit() local
H A Dfunc.d686 StorageClass stc = 0; in findVtblIndex() local
2434 auto stc = STC.ref_ | STC.temp | STC.result; in buildEnsureRequire() local
3862 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, Identifier id) in this()
3915 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, Identifier id) in this()
3975 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this()
3980 extern (D) this(const ref Loc loc, const ref Loc endloc, string name, StorageClass stc) in this()
4033 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this()
4063 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this()
4068 extern (D) this(const ref Loc loc, const ref Loc endloc, string name, StorageClass stc) in this()
4121 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this()
[all …]
H A Dsideeffect.d375 VarDeclaration copyToTemp(StorageClass stc, const char[] name, Expression e) in copyToTemp()
H A Descape.d1712 const stc = tf.parameterStorageClass(null, p); in visit() local
1754 StorageClass stc; in visit() local
1790 … StorageClass stc = dve.var.storage_class & (STC.return_ | STC.scope_ | STC.ref_); in visit() local
2009 const stc = tf.parameterStorageClass(null, p); in visit() local
2038 … StorageClass stc = dve.var.storage_class & (STC.return_ | STC.scope_ | STC.ref_); in visit() local
H A Dhdrgen.d257 StorageClass stc = p.storageClass; in visit() local
408 StorageClass stc = p.storageClass; in visit() local
2831 bool stcToBuffer(OutBuffer* buf, StorageClass stc) in stcToBuffer()
2891 string stcToString(ref StorageClass stc) in stcToString()
2895 StorageClass stc; in stcToString() member
3187 StorageClass stc = p.storageClass; in parameterToBuffer() local
H A Ddenum.d280 StorageClass stc, UserAttributeDeclaration uad, DeprecatedDeclaration dd) in this()
H A Dmtype.d241 StorageClass stc = 0; in ModToStc() local
542 StorageClass stc = 0; variable
1706 final Type addSTC(StorageClass stc) in addSTC()
1931 Type addStorageClass(StorageClass stc) in addStorageClass()
4377 auto stc = p.storageClass; in parameterStorageClass() local
4449 override Type addStorageClass(StorageClass stc) in addStorageClass()
5153 override Type addStorageClass(StorageClass stc) in addStorageClass()
6699 StorageClass stc; // storage class of ... member
7247 ScopeRef buildScopeRef(StorageClass stc) pure nothrow @nogc @safe in buildScopeRef()
H A Dattrib.d84 extern (D) static Scope* createNewScope(Scope* sc, StorageClass stc, LINK linkage, in createNewScope()
227 StorageClass stc; variable
229 extern (D) this(StorageClass stc, Dsymbols* decl) in this()
H A Dscope.h117 StorageClass stc; // storage class member
H A Daggregate.d597 auto stc = storage_class; in getType() local
H A Dstatement.d1812 else if (auto stc = stb.isTryCatchStatement()) in checkLabel() local
1981 StorageClass stc; // attributes of the asm {} block variable
2012 StorageClass stc; // postfix attributes like nothrow/pure/@trusted variable
2014 extern (D) this(const ref Loc loc, Statements* statements, StorageClass stc) in this()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c130 StorageClass stc = parseAttribute(&exps); in parseModule() local
266 StorageClass stc; in parseDeclDefs() local
970 StorageClass Parser::appendStorageClass(StorageClass storageClass, StorageClass stc, in appendStorageClass()
1025 StorageClass stc = 0; in parseAttribute() local
1089 StorageClass stc; in parsePostfix() local
1137 StorageClass stc; in parseTypeCtor() local
1567 StorageClass stc = pAttrs ? pAttrs->storageClass : STCundefined; in parseCtor() local
1659 StorageClass stc = pAttrs ? pAttrs->storageClass : STCundefined; in parseDtor() local
1698 StorageClass stc = pAttrs ? pAttrs->storageClass : STCundefined; in parseStaticCtor() local
1735 StorageClass stc = pAttrs ? pAttrs->storageClass : STCundefined; in parseStaticDtor() local
[all …]
H A Dclone.c51 StorageClass stc = 0; in mergeFuncAttrs() local
215 StorageClass stc = STCsafe | STCnothrow | STCpure | STCnogc; in buildOpAssign() local
787 StorageClass stc = STCsafe | STCnothrow | STCpure | STCnogc; in buildPostBlit() local
992 StorageClass stc = STCsafe | STCnothrow | STCpure | STCnogc; in buildDtor() local
1137 StorageClass stc = STCsafe | STCnothrow | STCpure | STCnogc; in buildInv() local
H A Dfunc.c628 StorageClass stc = storage_class; in semantic() local
1581 StorageClass stc = 0; in semantic3() local
2846 StorageClass stc = 0; in findVtblIndex() local
4229 … *FuncDeclaration::genCfunc(Parameters *fparams, Type *treturn, const char *name, StorageClass stc) in genCfunc()
4234 …on *FuncDeclaration::genCfunc(Parameters *fparams, Type *treturn, Identifier *id, StorageClass stc) in genCfunc()
4815 CtorDeclaration::CtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Type *type) in CtorDeclaration()
4937 PostBlitDeclaration::PostBlitDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id) in PostBlitDeclaration()
5014 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id) in DtorDeclaration()
5097 StaticCtorDeclaration::StaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in StaticCtorDeclaration()
5103 …aticCtorDeclaration::StaticCtorDeclaration(Loc loc, Loc endloc, const char *name, StorageClass stc) in StaticCtorDeclaration()
[all …]
H A Dsideeffect.c393 VarDeclaration *copyToTemp(StorageClass stc, const char *name, Expression *e) in copyToTemp()
H A Descape.c961 const StorageClass stc = tf->parameterStorageClass(p); in escapeByValue() local
1158 const StorageClass stc = tf->parameterStorageClass(p); in escapeByRef() local
H A Darrayop.c65 StorageClass stc = STCtrusted | STCpure | STCnothrow | STCnogc; in buildArrayOp() local
H A Dmtype.c908 Type *Type::addSTC(StorageClass stc) in addSTC()
980 StorageClass stc = 0; in ModToStc() local
1149 Type *Type::addStorageClass(StorageClass stc) in addStorageClass()
5139 …n::TypeFunction(Parameters *parameters, Type *treturn, int varargs, LINK linkage, StorageClass stc) in TypeFunction()
5187 …unction::create(Parameters *parameters, Type *treturn, int varargs, LINK linkage, StorageClass stc) in create()
5237 StorageClass stc = 0; in covariant() local
5602 StorageClass stc = fparam->storageClass & (STCref | STCout); in semantic() local
5724 StorageClass stc = fparam->storageClass | narg->storageClass; in semantic() local
6257 StorageClass stc = p->storageClass; in parameterStorageClass() local
6314 Type *TypeFunction::addStorageClass(StorageClass stc) in addStorageClass()
[all …]
H A Dhdrgen.c337 StorageClass stc = p->storageClass; in visit() local
3118 StorageClass stc = p->storageClass; in visit() local
3238 bool stcToBuffer(OutBuffer *buf, StorageClass stc) in stcToBuffer()
3264 const char *stcToChars(StorageClass& stc) in stcToChars()
3268 StorageClass stc; in stcToChars() member
H A Dscope.h114 StorageClass stc; // storage class member
/netbsd-src/external/bsd/nsd/dist/
H A Dnsd.h96 #define STATUP(nsd, stc) nsd->st->stc++ argument
100 #define STATUP2(nsd, stc, i) nsd->st->stc[(i) <= (LASTELEM(nsd->st->stc) - 1) ? i : LASTELEM(nsd->s… argument
103 #define STATUP(nsd, stc) /* Nothing */ argument
104 #define STATUP2(nsd, stc, i) /* Nothing */ argument
110 #define ZTATUP(nsd, zone, stc) ( \ argument
114 #define ZTATUP2(nsd, zone, stc, i) ( \ argument
119 #define ZTATUP(nsd, zone, stc) /* Nothing */ argument
120 #define ZTATUP2(nsd, zone, stc, i) /* Nothing */ argument
/netbsd-src/sys/arch/sun3/sun3x/
H A Diommu.h118 } stc; member
/netbsd-src/sys/dev/sbus/
H A Dspif.c434 struct stty_softc *stc = device_lookup_private(&stty_cd, in stty_ioctl() local
711 struct stty_softc *stc = device_lookup_private(&stty_cd, in stty_start() local
896 struct stty_softc *stc = sc->sc_ttys; in spif_softintr() local
/netbsd-src/sys/dev/dtv/
H A Ddtvio_demux.h121 uint64_t stc; member

12