Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlobj.pod260 =head2 Inheritance section in DESCRIPTION
374 =head3 Multiple Inheritance argument
310 How SUPER is ResolvedDESCRIPTION""Inheritance global() argument
387 Method Resolution OrderDESCRIPTION""Inheritance global() argument
452 Method Resolution CachingDESCRIPTION""Inheritance global() argument
H A Dperlootut.pod224 =head2 Inheritance section in OBJECT-ORIENTED FUNDAMENTALS
258 =head3 Overriding methods and method resolution
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXInheritance.h365 inheritanceModelHasVBPtrOffsetField(MSInheritanceModel Inheritance) { in inheritanceModelHasVBPtrOffsetField()
372 MSInheritanceModel Inheritance) { in inheritanceModelHasNVOffsetField()
377 inheritanceModelHasVBTableOffsetField(MSInheritanceModel Inheritance) { in inheritanceModelHasVBTableOffsetField()
382 MSInheritanceModel Inheritance) { in inheritanceModelHasOnlyOneField()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftCXXABI.cpp284 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2769 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2777 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2802 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2839 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer() local
3018 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() local
3223 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() local
3518 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2284 std::vector<const DIDerivedType *> Inheritance; member