Searched refs:Subobject (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 236 : Method(nullptr), Subobject(0), InVirtualSubobject(nullptr) { } in UniqueVirtualMethod() 238 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, in UniqueVirtualMethod() 240 : Method(Method), Subobject(Subobject), in UniqueVirtualMethod() 248 unsigned Subobject; member 257 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
|
| /minix3/external/bsd/tcpdump/dist/tests/ |
| H A D | rsvp_infloop-v.out | 5 Subobject Type: Label, length 0 12 Subobject Type: Label, length 0 19 Subobject Type: Label, length 0 26 Subobject Type: Label, length 0 33 Subobject Type: Label, length 0
|
| H A D | lmp-v.out | 82 Subobject, Type: Interface Switching Type (1), Length: 12 87 Subobject, Type: Wavelength (2), Length: 8 93 Subobject, Type: Interface Switching Type (1), Length: 12 98 Subobject, Type: Wavelength (2), Length: 8
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3822 LValue Subobject = This; in HandleConstructorCall() local 3837 if (!HandleLValueDirectBase(Info, I->getInit(), Subobject, RD, in HandleConstructorCall() 3842 if (!HandleLValueMember(Info, I->getInit(), Subobject, FD, &Layout)) in HandleConstructorCall() 3869 if (!HandleLValueMember(Info, I->getInit(), Subobject, FD)) in HandleConstructorCall() 3881 if (!EvaluateInPlace(*Value, Info, Subobject, I->getInit()) || in HandleConstructorCall() 5176 LValue Subobject = This; in HandleClassZeroInitialization() local 5177 if (!HandleLValueDirectBase(Info, E, Subobject, CD, Base, &Layout)) in HandleClassZeroInitialization() 5179 if (!HandleClassZeroInitialization(Info, E, Base, Subobject, in HandleClassZeroInitialization() 5190 LValue Subobject = This; in HandleClassZeroInitialization() local 5191 if (!HandleLValueMember(Info, E, Subobject, I, &Layout)) in HandleClassZeroInitialization() [all …]
|
| H A D | VTableBuilder.cpp | 198 std::make_pair(OverriderRD, Method.Subobject)) in FinalOverriders() 202 Method.Subobject)]; in FinalOverriders()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 5398 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef 5404 bool shouldDeleteForClassSubobject(CXXRecordDecl *Class, Subobject Subobj, 5406 bool shouldDeleteForSubobjectCall(Subobject Subobj, 5410 bool isAccessible(Subobject Subobj, CXXMethodDecl *D); 5416 bool SpecialMemberDeletionInfo::isAccessible(Subobject Subobj, in isAccessible() 5437 Subobject Subobj, Sema::SpecialMemberOverloadResult *SMOR, in shouldDeleteForSubobjectCall() 5488 CXXRecordDecl *Class, Subobject Subobj, unsigned Quals) { in shouldDeleteForClassSubobject()
|