Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/lang/cpp/diamond/
Dmain.cpp5 class VBase class
8 VBase() : m_value(g_next_value++) {} in VBase() function in VBase
/external/llvm-project/clang/test/CodeGenCXX/
Dms_struct.cpp8 struct ATTR VBase { struct
Dconstructors.cpp5 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.cpp85 struct VBase { ~VBase(); }; struct
/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/llvm-project/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/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/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/llvm-project/clang/include/clang/AST/
DRecordLayout.h259 CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const { in getVBaseClassOffset()
DVTableBuilder.h515 const CXXRecordDecl *VBase; member
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc101 #define VBase 0x1161u macro
/external/llvm-project/clang/test/CXX/basic/basic.types/
Dp10.cpp92 struct VBase {}; struct
/external/clang/test/CXX/basic/basic.types/
Dp10.cpp92 struct VBase {}; struct
/external/clang/lib/AST/
DCXXInheritance.cpp328 CXXRecordDecl *VBase = nullptr; in lookupInBases() local
/external/llvm-project/clang/lib/AST/
DCXXInheritance.cpp335 CXXRecordDecl *VBase = nullptr; in lookupInBases() local
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp80 enum InfoKind { VFPtr, VBPtr, Field, Base, VBase, Scissor } Kind; enumerator

12