Home
last modified time | relevance | path

Searched defs:VBase (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test.cpp845 struct VBase : virtual X struct
847 VBase(int v) : X(v) {} in VBase() argument
849 VBase(const VBase& other) : X(static_cast<const X&>(other)) {} in VBase() argument
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconstructors.cpp4 struct VBase { int x; VBase(); VBase(int); VBase(const VBase &); }; struct
H A Dmicrosoft-abi-virtual-inheritance.cpp8 struct VBase { struct
15 struct B : virtual VBase { argument
H A Dms_struct.cpp8 struct ATTR VBase { struct
H A Ddestructors.cpp80 struct VBase { ~VBase(); }; struct
/aosp_15_r20/external/clang/test/CXX/special/class.copy/
H A Dp25-0x.cpp43 struct VBase : virtual Trivial {}; struct
H A Dp12-0x.cpp40 struct VBase : virtual Trivial {}; struct
/aosp_15_r20/external/clang/include/clang/AST/
H A DRecordLayout.h227 CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const { in getVBaseClassOffset()
H A DVTableBuilder.h472 const CXXRecordDecl *VBase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DRecordLayout.h259 CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const { in getVBaseClassOffset()
DVTableBuilder.h516 const CXXRecordDecl *VBase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DRecordLayout.h259 CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const { in getVBaseClassOffset()
DVTableBuilder.h516 const CXXRecordDecl *VBase; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DRecordLayout.h259 CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const { in getVBaseClassOffset()
DVTableBuilder.h516 const CXXRecordDecl *VBase; member
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DNormalizerBuilder.java252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DRecordLayout.h259 CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const { in getVBaseClassOffset()
DVTableBuilder.h516 const CXXRecordDecl *VBase; member
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-shaper-hangul.cc101 #define VBase 0x1161u macro
/aosp_15_r20/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2755 for (const CXXBaseSpecifier &VBase : RD->vbases()) { in layoutVirtualBases() local
2767 for (const CXXBaseSpecifier &VBase : RD->vbases()) { in layoutVirtualBases() local
3255 const CXXRecordDecl *VBase = Base.getType()->getAsCXXRecordDecl(); in DumpRecordLayout() local
H A DVTableBuilder.cpp2257 const CXXRecordDecl *VBase) { in getVirtualBaseOffsetOffset()
2319 const CXXRecordDecl *VBase = in computeVTableRelatedInformation() local
3712 const CXXRecordDecl *VBase) { in getVBTableIndex()
H A DCXXInheritance.cpp328 CXXRecordDecl *VBase = nullptr; in lookupInBases() local
/aosp_15_r20/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp92 struct VBase {}; struct
/aosp_15_r20/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp329 const CXXRecordDecl *VBase = I.getType()->getAsCXXRecordDecl(); in getAddrOfVirtualDisplacementMap() local
1341 const CXXRecordDecl *VBase = ML.VBase; in adjustThisArgumentForVirtualFunctionCall() local
2015 const CXXRecordDecl *VBase = I.getType()->getAsCXXRecordDecl(); in emitVBTableDefinition() local
3610 if (const CXXRecordDecl *VBase = Info->getVBaseWithVPtr()) in getCompleteObjectLocator() local

12