Home
last modified time | relevance | path

Searched defs:VirtualBase (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Darc-attrs-abi.mm7 struct VirtualBase { struct
9 void * __attribute__((pass_object_size(0))));
11 struct WithVirtualBase : virtual VirtualBase { argument
16 : VirtualBase(x, (void *)0) {} function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dsanitize-dtor-nontrivial-virtual-base.cpp23 struct VirtualBase { struct
26 VirtualBase() { in VirtualBase() argument
30 virtual ~VirtualBase() {} in ~VirtualBase() argument
H A Ddebug-info.cpp68 namespace VirtualBase { namespace
H A Dmicrosoft-abi-member-pointers.cpp53 class VirtualBase { class
55 VirtualBase() : Value() {} in VirtualBase() function in pr37399::VirtualBase
H A Dconst-init-cxx11.cpp497 namespace VirtualBase { namespace
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance-nontrivial-class-members.cpp18 struct VirtualBase { struct
25 VirtualBase() { in VirtualBase() argument
32 virtual ~VirtualBase() { in ~VirtualBase() argument
/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_empty.pass.cpp65 struct VirtualBase : virtual Empty {}; struct
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dundefined-memory-manipulation.cpp52 struct VirtualBase : virtual Base { struct
53 int vb;
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp44 struct VirtualBase { struct
48 class ClassWithVirtualBase : public virtual VirtualBase { argument
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dsymbolformat.cpp24 struct VirtualBase { struct
/llvm-project-15.0.7/clang/test/CXX/class/class.union/
H A Dp1.cpp13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual ba… class
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTBAAMetadataTest.cpp1089 TEST(TBAAMetadataTest, VirtualBase) { in TEST() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DCXXInheritance.cpp512 bool VirtualBase, in Collect()
H A DVTableBuilder.cpp42 const CXXRecordDecl *VirtualBase; member
71 const CXXRecordDecl *VirtualBase; member
225 const CXXRecordDecl *VirtualBase = nullptr; in ComputeBaseOffset() local
H A DASTContext.cpp641 if (const CXXRecordDecl *VirtualBase = Ty->getAsCXXRecordDecl()) { in getCommentForDecl() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp992 bool VirtualBase = true; in DiagnoseReinterpretUpDownCast() local
1675 QualType VirtualBase(Paths.getDetectedVirtual(), 0); in TryStaticDowncast() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp1382 const CXXRecordDecl *VirtualBase = in HasTrivialDestructorBody() local