/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 365 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()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 284 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local 292 Inheritance)) in getMSMemberPointerSlots() 294 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots() 296 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 2769 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local 2770 return (!inheritanceModelHasVBTableOffsetField(Inheritance) && in isZeroInitializable() 2777 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local 2785 Inheritance)) in ConvertMemberPointerType() 2787 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType() 2789 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType() 2802 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local 2814 Inheritance)) in GetNullMemberPointerFields() 2816 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields() 2818 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields() [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/Carp/t/ |
H A D | Carp.t | 152 like( XA::short(), qr/^Error at XA/, "Inheritance is transitive" ); 158 like( XA::short(), qr/^Error at XA/, "Inheritance is transitive" );
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlootut.pod | 224 =head2 Inheritance section in OBJECT-ORIENTED FUNDAMENTALS 226 B<Inheritance> lets you create a specialized version of an existing 227 class. Inheritance lets the new class reuse the methods and attributes 260 Inheritance allows two classes to share code. By default, every method
|
H A D | perlobj.pod | 260 =head2 Inheritance section in DESCRIPTION 374 =head3 Multiple Inheritance argument 610 L</Inheritance> section for details. 310 How SUPER is ResolvedDESCRIPTION""Inheritance global() argument 387 Method Resolution OrderDESCRIPTION""Inheritance global() argument 452 Method Resolution CachingDESCRIPTION""Inheritance global() argument
|
H A D | perldeprecation.pod | 551 The simple rule is: Inheritance will not work when autoloading
|
H A D | perl5004delta.pod | 92 The simple rule is: Inheritance will not work when autoloading
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2284 std::vector<const DIDerivedType *> Inheritance; member 2372 Info.Inheritance.push_back(DDTy); in collectClassInfo() 2515 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
|
/openbsd-src/usr.sbin/amd/doc/ |
H A D | amdref.texinfo | 1689 Tells @i{Amd} to restart existing mounts (@pxref{Inheritance Filesystem}). 1903 * Inheritance Filesystem:: 2442 @node Root Filesystem, Inheritance Filesystem, Top-level Filesystem, Filesystem Types 2454 @node Inheritance Filesystem, , Root Filesystem, Filesystem Types 2456 @section Inheritance Filesystem 2457 @cindex Inheritance filesystem 3009 simply inherit the UFS mount (@pxref{Inheritance Filesystem}). If
|
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
H A D | TPJ13.pod | 433 =head2 Buzzword: Inheritance
|
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-debuginfo-analyzer.rst | 543 =Inheritance: A base class.
|
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
H A D | stabs.texinfo | 2430 * Inheritance:: 2979 @node Inheritance 2980 @section Inheritance
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | ProgrammersManual.rst | 3234 #. `Inheritance Is The Base Class of Evil 3235 <http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil>`_
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | InternalsManual.rst | 1328 will represent a combination of syntax and associated semantics. Inheritance
|
/openbsd-src/games/fortune/datfiles/ |
H A D | fortunes | 15377 Where there's a will, there's an Inheritance Tax.
|
H A D | fortunes2 | 1029 Inheritance taxes are getting so out of line, that the deceased family
|