Searched refs:gshared (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | astenums.d | 88 …gshared = 0x4_0000_0000, /// accessible from multiple threads, but not typed as `sha… enumerator 126 …| STC.wild | STC.nothrow_ | STC.nogc | STC.pure_ | STC.ref_ | STC.return_ | STC.tls | STC.gshared | 133 … STC.TYPECTOR | STC.final_ | STC.tls | STC.gshared | STC.ref_ | STC.return_ | STC.property | 161 STC.gshared | STC.property | STC.live |
|
| H A D | tokens.d | 230 gshared, enumerator 548 TOK.gshared, 754 TOK.gshared: "__gshared",
|
| H A D | attrib.d | 249 if (stc & (STC.auto_ | STC.scope_ | STC.static_ | STC.manifest | STC.gshared)) in newScope() 250 scstc &= ~(STC.auto_ | STC.scope_ | STC.static_ | STC.manifest | STC.gshared); in newScope() 253 if (stc & (STC.gshared | STC.shared_)) in newScope() 254 scstc &= ~(STC.gshared | STC.shared_); in newScope()
|
| H A D | tokens.h | 239 gshared, enumerator
|
| H A D | canthrow.d | 249 else if (vd.isStatic() || vd.storage_class & (STC.extern_ | STC.gshared)) in Dsymbol_canThrow()
|
| H A D | importc.d | 185 if (!(dsym.storage_class & (STC.static_ | STC.gshared))) in addDefaultCInitializer()
|
| H A D | cparse.d | 4538 stc = AST.STC.extern_ | AST.STC.gshared; in specifiersToSTC() 4540 stc = AST.STC.gshared | AST.STC.static_; in specifiersToSTC() 4542 stc = AST.STC.gshared; in specifiersToSTC() 4547 stc = AST.STC.extern_ | AST.STC.gshared; in specifiersToSTC() 4549 stc = AST.STC.gshared; in specifiersToSTC() 4554 stc = AST.STC.extern_ | AST.STC.gshared; in specifiersToSTC() 4556 stc = AST.STC.gshared; in specifiersToSTC() 4663 auto sfn = new AST.VarDeclaration(loc, tfn, Id.__func__, ifn, STC.gshared | STC.immutable_); in createFuncName()
|
| H A D | declaration.d | 1250 …ass & (STC.static_ | STC.extern_ | STC.manifest | STC.templateparameter | STC.gshared | STC.ctfe))) in inout() 1318 else if (storage_class & (STC.static_ | STC.extern_ | STC.gshared) || in isDataseg() 1337 …ol i = isDataseg() && !(storage_class & (STC.immutable_ | STC.const_ | STC.shared_ | STC.gshared)); in isThreadlocal() 1941 storage_class = STC.static_ | STC.gshared; in this()
|
| H A D | dsymbolsem.d | 473 if (dsym.storage_class & STC.gshared && !dsym.isMember()) in visit() 712 … StorageClass stc = dsym.storage_class & (STC.static_ | STC.extern_ | STC.manifest | STC.gshared); in visit() 729 …lass & (STC.static_ | STC.extern_ | STC.manifest | STC.templateparameter | STC.gshared | STC.ctfe)) in visit() 790 …if (dsym.storage_class & (STC.static_ | STC.extern_ | STC.gshared | STC.manifest | STC.field) || d… in visit() 837 …torage_class & (STC.field | STC.out_ | STC.ref_ | STC.static_ | STC.manifest | STC.gshared) || !fd) in visit() 867 …!(dsym.storage_class & (STC.static_ | STC.extern_ | STC.gshared | STC.manifest | STC.field | STC.p… in visit() 893 !(dsym.storage_class & (STC.static_ | STC.gshared | STC.extern_)) && in visit() 973 …if (fd && !(dsym.storage_class & (STC.manifest | STC.static_ | STC.gshared | STC.extern_)) && !dsy… in visit() 1158 if (sc.func && dsym.storage_class & (STC.static_ | STC.gshared)) in visit() 1455 sc.stc &= ~(STC.auto_ | STC.scope_ | STC.static_ | STC.gshared); in visit() [all …]
|
| H A D | parse.d | 665 case TOK.gshared: 666 stc = STC.gshared; 1239 checkConflictSTCGroup(STC.gshared | STC.shared_); in appendStorageClass() 4222 case TOK.gshared: 4223 stc = STC.gshared; 5784 case TOK.gshared: 7740 case TOK.gshared: in skipAttributes()
|
| H A D | cppmangle.d | 996 if (!(d.storage_class & (STC.extern_ | STC.field | STC.gshared))) in mangle_variable()
|
| H A D | hdrgen.d | 2925 SCstring(STC.gshared, Token.toString(TOK.gshared)), in stcToString()
|
| H A D | dtoh.d | 970 if (vd.storage_class & (AST.STC.static_ | AST.STC.extern_ | AST.STC.gshared) ||
|
| H A D | expression.d | 1373 if (v.storage_class & STC.gshared) in checkPurity()
|