Home
last modified time | relevance | path

Searched refs:AggregateDeclaration (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Symbols/
H A DNamespaceOrAggregateSymbol.cs19 private AggregateDeclaration _declFirst;
20 private AggregateDeclaration _declLast;
27 public void AddDecl(AggregateDeclaration decl) in AddDecl()
31 Debug.Assert(decl is AggregateDeclaration); in AddDecl()
50 AggregateDeclaration pdecl; in AddDecl()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c184 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
214 Prot AggregateDeclaration::prot() in prot()
350 AggregateDeclaration *agg; in determineFields()
524 d_uns64 AggregateDeclaration::size(Loc loc) in size()
532 Type *AggregateDeclaration::getType() in getType()
537 bool AggregateDeclaration::isDeprecated() in isDeprecated()
787 void AggregateDeclaration::alignmember( in alignmember()
827 unsigned AggregateDeclaration::placeField( in placeField()
862 bool AggregateDeclaration::isNested() in isNested()
869 void AggregateDeclaration::makeNested() in makeNested()
[all …]
H A Daggregate.h62 FuncDeclaration *hasIdentityOpAssign(AggregateDeclaration *ad, Scope *sc);
70 FuncDeclaration *buildDtor(AggregateDeclaration *ad, Scope *sc);
71 FuncDeclaration *buildInv(AggregateDeclaration *ad, Scope *sc);
74 class AggregateDeclaration : public ScopeDsymbol
116 AggregateDeclaration(Loc loc, Identifier *id);
147 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration()
161 class StructDeclaration : public AggregateDeclaration
251 class ClassDeclaration : public AggregateDeclaration
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c184 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
215 Prot AggregateDeclaration::prot() in prot()
352 AggregateDeclaration *agg; in determineFields()
526 d_uns64 AggregateDeclaration::size(Loc loc) in size()
534 Type *AggregateDeclaration::getType() in getType()
539 bool AggregateDeclaration::isDeprecated() in isDeprecated()
789 void AggregateDeclaration::alignmember( in alignmember()
829 unsigned AggregateDeclaration::placeField( in placeField()
864 bool AggregateDeclaration::isNested() in isNested()
871 void AggregateDeclaration::makeNested() in makeNested()
[all …]
H A Daggregate.h62 FuncDeclaration *hasIdentityOpAssign(AggregateDeclaration *ad, Scope *sc);
70 FuncDeclaration *buildDtor(AggregateDeclaration *ad, Scope *sc);
71 FuncDeclaration *buildInv(AggregateDeclaration *ad, Scope *sc);
87 class AggregateDeclaration : public ScopeDsymbol
131 AggregateDeclaration(Loc loc, Identifier *id);
162 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration()
176 class StructDeclaration : public AggregateDeclaration
266 class ClassDeclaration : public AggregateDeclaration
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c186 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
217 Prot AggregateDeclaration::prot() in prot()
273 AggregateDeclaration *agg; in determineFields()
447 d_uns64 AggregateDeclaration::size(Loc loc) in size()
455 Type *AggregateDeclaration::getType() in getType()
460 bool AggregateDeclaration::isDeprecated() in isDeprecated()
710 void AggregateDeclaration::alignmember( in alignmember()
750 unsigned AggregateDeclaration::placeField( in placeField()
785 bool AggregateDeclaration::isNested() in isNested()
792 void AggregateDeclaration::makeNested() in makeNested()
[all …]
H A Daggregate.h62 FuncDeclaration *hasIdentityOpAssign(AggregateDeclaration *ad, Scope *sc);
70 FuncDeclaration *buildDtor(AggregateDeclaration *ad, Scope *sc);
71 FuncDeclaration *buildInv(AggregateDeclaration *ad, Scope *sc);
87 class AggregateDeclaration : public ScopeDsymbol
131 AggregateDeclaration(Loc loc, Identifier *id);
160 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration()
174 class StructDeclaration : public AggregateDeclaration
263 class ClassDeclaration : public AggregateDeclaration
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c184 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
215 Prot AggregateDeclaration::prot() in prot()
352 AggregateDeclaration *agg; in determineFields()
526 d_uns64 AggregateDeclaration::size(Loc loc) in size()
534 Type *AggregateDeclaration::getType() in getType()
539 bool AggregateDeclaration::isDeprecated() in isDeprecated()
789 void AggregateDeclaration::alignmember( in alignmember()
829 unsigned AggregateDeclaration::placeField( in placeField()
864 bool AggregateDeclaration::isNested() in isNested()
871 void AggregateDeclaration::makeNested() in makeNested()
[all …]
H A Daggregate.h62 FuncDeclaration *hasIdentityOpAssign(AggregateDeclaration *ad, Scope *sc);
70 FuncDeclaration *buildDtor(AggregateDeclaration *ad, Scope *sc);
71 FuncDeclaration *buildInv(AggregateDeclaration *ad, Scope *sc);
87 class AggregateDeclaration : public ScopeDsymbol
131 AggregateDeclaration(Loc loc, Identifier *id);
162 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration()
176 class StructDeclaration : public AggregateDeclaration
266 class ClassDeclaration : public AggregateDeclaration
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c186 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
217 Prot AggregateDeclaration::prot() in prot()
273 AggregateDeclaration *agg; in determineFields()
447 d_uns64 AggregateDeclaration::size(Loc loc) in size()
455 Type *AggregateDeclaration::getType() in getType()
460 bool AggregateDeclaration::isDeprecated() in isDeprecated()
710 void AggregateDeclaration::alignmember( in alignmember()
750 unsigned AggregateDeclaration::placeField( in placeField()
785 bool AggregateDeclaration::isNested() in isNested()
792 void AggregateDeclaration::makeNested() in makeNested()
[all …]
H A Daggregate.h62 FuncDeclaration *hasIdentityOpAssign(AggregateDeclaration *ad, Scope *sc);
70 FuncDeclaration *buildDtor(AggregateDeclaration *ad, Scope *sc);
71 FuncDeclaration *buildInv(AggregateDeclaration *ad, Scope *sc);
87 class AggregateDeclaration : public ScopeDsymbol
131 AggregateDeclaration(Loc loc, Identifier *id);
160 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration()
174 class StructDeclaration : public AggregateDeclaration
263 class ClassDeclaration : public AggregateDeclaration
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c184 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
214 Prot AggregateDeclaration::prot() in prot()
350 AggregateDeclaration *agg; in determineFields()
524 d_uns64 AggregateDeclaration::size(Loc loc) in size()
532 Type *AggregateDeclaration::getType() in getType()
537 bool AggregateDeclaration::isDeprecated() in isDeprecated()
787 void AggregateDeclaration::alignmember( in alignmember()
827 unsigned AggregateDeclaration::placeField( in placeField()
862 bool AggregateDeclaration::isNested() in isNested()
869 void AggregateDeclaration::makeNested() in makeNested()
[all …]
H A Daggregate.h62 FuncDeclaration *hasIdentityOpAssign(AggregateDeclaration *ad, Scope *sc);
70 FuncDeclaration *buildDtor(AggregateDeclaration *ad, Scope *sc);
71 FuncDeclaration *buildInv(AggregateDeclaration *ad, Scope *sc);
74 class AggregateDeclaration : public ScopeDsymbol
116 AggregateDeclaration(Loc loc, Identifier *id);
147 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration()
161 class StructDeclaration : public AggregateDeclaration
251 class ClassDeclaration : public AggregateDeclaration
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c184 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
215 Prot AggregateDeclaration::prot() in prot()
352 AggregateDeclaration *agg; in determineFields()
526 d_uns64 AggregateDeclaration::size(Loc loc) in size()
534 Type *AggregateDeclaration::getType() in getType()
539 bool AggregateDeclaration::isDeprecated() in isDeprecated()
789 void AggregateDeclaration::alignmember( in alignmember()
829 unsigned AggregateDeclaration::placeField( in placeField()
864 bool AggregateDeclaration::isNested() in isNested()
871 void AggregateDeclaration::makeNested() in makeNested()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c184 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
214 Prot AggregateDeclaration::prot() in prot()
350 AggregateDeclaration *agg; in determineFields()
524 d_uns64 AggregateDeclaration::size(Loc loc) in size()
532 Type *AggregateDeclaration::getType() in getType()
537 bool AggregateDeclaration::isDeprecated() in isDeprecated()
787 void AggregateDeclaration::alignmember( in alignmember()
827 unsigned AggregateDeclaration::placeField( in placeField()
862 bool AggregateDeclaration::isNested() in isNested()
869 void AggregateDeclaration::makeNested() in makeNested()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Daccess.c33 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember);
34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess()
100 AggregateDeclaration *dthis, in isAccessible()
101 AggregateDeclaration *cdscope) in isAccessible()
148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess()
151 AggregateDeclaration *cdscope = sc->getStructClassScope(); in checkAccess()
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf()
295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess()
299 AggregateDeclaration *cd = NULL; in hasPrivateAccess()
H A Ddstruct.c186 AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id) in AggregateDeclaration() function
217 Prot AggregateDeclaration::prot() in prot()
273 AggregateDeclaration *agg; in determineFields()
447 d_uns64 AggregateDeclaration::size(Loc loc) in size()
455 Type *AggregateDeclaration::getType() in getType()
460 bool AggregateDeclaration::isDeprecated() in isDeprecated()
710 void AggregateDeclaration::alignmember( in alignmember()
750 unsigned AggregateDeclaration::placeField( in placeField()
785 bool AggregateDeclaration::isNested() in isNested()
792 void AggregateDeclaration::makeNested() in makeNested()
[all …]

12345678910>>...24