Home
last modified time | relevance | path

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

12

/external/clang/test/CodeGenCXX/
Dms_struct.cpp8 struct ATTR VBase { struct
Dconstructors.cpp4 struct VBase { int x; VBase(); VBase(int); VBase(const VBase &); }; argument
Dmicrosoft-abi-virtual-inheritance.cpp8 struct VBase { struct
15 struct B : virtual VBase { argument
Ddestructors.cpp80 struct VBase { ~VBase(); }; struct
/external/clang/test/CXX/special/class.copy/
Dp25-0x.cpp43 struct VBase : virtual Trivial {}; struct
Dp12-0x.cpp40 struct VBase : virtual Trivial {}; struct
/external/clang/include/clang/AST/
DRecordLayout.h227 CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const { in getVBaseClassOffset()
DVTableBuilder.h472 const CXXRecordDecl *VBase; member
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerBuilder.java252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerBuilder.java251 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc97 #define VBase 0x1161u macro
/external/clang/test/CXX/basic/basic.types/
Dp10.cpp92 struct VBase {}; struct
/external/clang/lib/AST/
DCXXInheritance.cpp328 CXXRecordDecl *VBase = nullptr; in lookupInBases() local
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
DVTableBuilder.cpp2257 const CXXRecordDecl *VBase) { in getVirtualBaseOffsetOffset()
2319 const CXXRecordDecl *VBase = in computeVTableRelatedInformation() local
3712 const CXXRecordDecl *VBase) { in getVBTableIndex()
DDeclCXX.cpp217 for (const auto &VBase : BaseClassDecl->vbases()) { in setBases() local
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp80 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase, Scissor } Kind; enumerator
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
DCGClass.cpp273 const CXXRecordDecl *VBase = nullptr; in GetAddressOfBaseClass() local
/external/python/cpython2/Modules/
Dunicodedata.c488 #define VBase 0x1161 macro
/external/python/cpython3/Modules/
Dunicodedata.c477 #define VBase 0x1161 macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1017 DenseSet<Instruction*> VBase; in collectUsedInstructions() local
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1019 DenseSet<Instruction*> VBase; in collectUsedInstructions() local
/external/clang/lib/Sema/
DSemaCast.cpp1436 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in TryStaticMemberPointerUpcast() local
DSemaDeclCXX.cpp3911 for (auto &VBase : ClassDecl->vbases()) { in SetCtorInitializers() local
4077 for (const auto &VBase : ClassDecl->vbases()) in DiagnoseBaseOrMemInitializerOrder() local
4354 for (const auto &VBase : ClassDecl->vbases()) { in MarkBaseAndMemberDestructorsReferenced() local

12