Home
last modified time | relevance | path

Searched refs:Subobject (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DCXXInheritance.h232 : Method(nullptr), Subobject(0), InVirtualSubobject(nullptr) { } in UniqueVirtualMethod()
234 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, in UniqueVirtualMethod()
236 : Method(Method), Subobject(Subobject), in UniqueVirtualMethod()
244 unsigned Subobject; member
253 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
/external/tcpdump/tests/
Drsvp_infloop-v.out5 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
Dlmp-v.out82 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
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleCollationTest.java70 interface Subobject { interface in ULocaleCollationTest
211 Subobject sub, Registrar reg) { in checkService()
DULocaleTest.java123 }, new Subobject() { in TestDateFormat()
149 }, new Subobject() { in TestNumberFormat()
369 interface Subobject { interface in ULocaleTest
449 Subobject sub, Registrar reg) { in checkService()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java66 interface Subobject { interface in ULocaleCollationTest
207 Subobject sub, Registrar reg) { in checkService()
/external/clang/lib/AST/
DExprConstant.cpp804 explicit FoldOffsetRAII(EvalInfo &Info, bool Subobject) in FoldOffsetRAII()
807 Info.EvalMode = Subobject ? EvalInfo::EM_DesignatorFold in FoldOffsetRAII()
3926 LValue Subobject = This; in HandleConstructorCall() local
3941 if (!HandleLValueDirectBase(Info, I->getInit(), Subobject, RD, in HandleConstructorCall()
3946 if (!HandleLValueMember(Info, I->getInit(), Subobject, FD, &Layout)) in HandleConstructorCall()
3973 if (!HandleLValueMember(Info, I->getInit(), Subobject, FD)) in HandleConstructorCall()
3985 if (!EvaluateInPlace(*Value, Info, Subobject, I->getInit()) || in HandleConstructorCall()
5303 LValue Subobject = This; in HandleClassZeroInitialization() local
5304 if (!HandleLValueDirectBase(Info, E, Subobject, CD, Base, &Layout)) in HandleClassZeroInitialization()
5306 if (!HandleClassZeroInitialization(Info, E, Base, Subobject, in HandleClassZeroInitialization()
[all …]
DVTableBuilder.cpp198 std::make_pair(OverriderRD, Method.Subobject)) in FinalOverriders()
202 Method.Subobject)]; in FinalOverriders()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java119 }, new Subobject() { in TestDateFormat()
145 }, new Subobject() { in TestNumberFormat()
365 interface Subobject { interface in ULocaleTest
445 Subobject sub, Registrar reg) { in checkService()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5497 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef
5503 bool shouldDeleteForClassSubobject(CXXRecordDecl *Class, Subobject Subobj,
5505 bool shouldDeleteForSubobjectCall(Subobject Subobj,
5509 bool isAccessible(Subobject Subobj, CXXMethodDecl *D);
5515 bool SpecialMemberDeletionInfo::isAccessible(Subobject Subobj, in isAccessible()
5536 Subobject Subobj, Sema::SpecialMemberOverloadResult *SMOR, in shouldDeleteForSubobjectCall()
5587 CXXRecordDecl *Class, Subobject Subobj, unsigned Quals) { in shouldDeleteForClassSubobject()
DSemaExprCXX.cpp792 for (CXXRecordDecl *Subobject : UnambiguousPublicSubobjects) { in CheckCXXThrowOperand()
797 CXXConstructorDecl *CD = LookupCopyingConstructor(Subobject, 0); in CheckCXXThrowOperand()
815 Context.addCopyConstructorForExceptionObject(Subobject, CD); in CheckCXXThrowOperand()