Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp248 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local
256 Inheritance)) in getMSMemberPointerSlots()
258 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots()
260 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
/freebsd-13.1/share/examples/jails/
H A DVIMAGE7 #################### Inheritance
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2679 Inheritance)) in ConvertMemberPointerType()
2681 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2683 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2708 Inheritance)) in GetNullMemberPointerFields()
2710 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2712 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
2747 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) { in EmitFullMemberPointer()
2755 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitFullMemberPointer()
2914 Inheritance)) in EmitMemberPointerComparison()
3128 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2158 std::vector<const DIDerivedType *> Inheritance; member
2245 Info.Inheritance.push_back(DDTy); in collectClassInfo()
2388 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
/freebsd-13.1/contrib/capsicum-test/
H A Dcapability-fd.cc360 FORK_TEST_ON(Capability, Inheritance, TmpFile("cap_openat_write_testfile")) {