Home
last modified time | relevance | path

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

/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()
/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()
/src/share/examples/jails/
H A DVIMAGE6 #################### Inheritance
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2791 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2792 return (!inheritanceModelHasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2799 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2807 Inheritance)) in ConvertMemberPointerType()
2809 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2811 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2824 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2836 Inheritance)) in GetNullMemberPointerFields()
2838 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2840 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
[all …]
/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()
/src/tests/sys/capsicum/
H A Dcapability-fd.cc331 FORK_TEST_ON(Capability, Inheritance, TmpFile("cap_openat_write_testfile")) {
/src/crypto/openssl/Configurations/
H A DREADME.md256 Inheritance works as a set of default values that can be overridden