Home
last modified time | relevance | path

Searched refs:Inheritance (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h365 inheritanceModelHasVBPtrOffsetField(MSInheritanceModel Inheritance) { in inheritanceModelHasVBPtrOffsetField() argument
366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
372 MSInheritanceModel Inheritance) { in inheritanceModelHasNVOffsetField() argument
373 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple; in inheritanceModelHasNVOffsetField()
377 inheritanceModelHasVBTableOffsetField(MSInheritanceModel Inheritance) { in inheritanceModelHasVBTableOffsetField() argument
378 return Inheritance >= MSInheritanceModel::Virtual; in inheritanceModelHasVBTableOffsetField()
382 MSInheritanceModel Inheritance) { in inheritanceModelHasOnlyOneField() argument
384 return Inheritance <= MSInheritanceModel::Single; in inheritanceModelHasOnlyOneField()
385 return Inheritance <= MSInheritanceModel::Multiple; in inheritanceModelHasOnlyOneField()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp282 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local
290 Inheritance)) in getMSMemberPointerSlots()
292 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots()
294 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
/freebsd-src/share/examples/jails/
H A DVIMAGE6 #################### Inheritance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2791 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2792 return (!inheritanceModelHasVBTableOffsetField(Inheritance) && in ConvertMemberPointerType()
2799 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2807 Inheritance)) in GetNullMemberPointerFields()
2809 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2811 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields() local
2824 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2836 Inheritance)) in EmitNullMemberPointer()
2838 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitNullMemberPointer()
2840 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitNullMemberPointer()
2778 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); isZeroInitializable() local
2786 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); ConvertMemberPointerType() local
2848 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); EmitFullMemberPointer() local
3026 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); EmitMemberPointerComparison() local
3225 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); EmitMemberDataPointerAddress() local
3511 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); EmitLoadOfMemberFunctionPointer() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2317 std::vector<const DIDerivedType *> Inheritance; member
2405 Info.Inheritance.push_back(DDTy); in collectClassInfo()
2548 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
/freebsd-src/contrib/capsicum-test/
H A Dcapability-fd.cc360 FORK_TEST_ON(Capability, Inheritance, TmpFile("cap_openat_write_testfile")) {
/freebsd-src/crypto/openssl/Configurations/
H A DREADME.md249 Inheritance works as a set of default values that can be overridden