/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 248 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local 256 Inheritance)) in getMSMemberPointerSlots() 258 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots() 260 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 2663 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local 2664 return (!inheritanceModelHasVBTableOffsetField(Inheritance) && in isZeroInitializable() 2671 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local 2679 Inheritance)) in ConvertMemberPointerType() 2681 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType() 2683 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType() 2696 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local 2708 Inheritance)) in GetNullMemberPointerFields() 2710 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields() 2712 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | accctrl.d | 215 INHERIT_FLAGS Inheritance; member 225 INHERIT_FLAGS Inheritance; member
|
/netbsd-src/crypto/dist/ipsec-tools/ |
H A D | NEWS | 104 o Inheritance of 'remote{}' sections.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gty.texi | 98 * Inheritance and GTY:: Adding GTY to a class hierarchy. 264 to denote which subclass an instance is. See @ref{Inheritance and GTY} 404 @node Inheritance and GTY
|
H A D | gccint.info | 44894 * Inheritance and GTY:: Adding GTY to a class hierarchy. 44902 File: gccint.info, Node: GTY Options, Next: Inheritance and GTY, Up: Type Information 45033 denote which subclass an instance is. See *note Inheritance and 45160 File: gccint.info, Node: Inheritance and GTY, Next: User GC, Prev: GTY Options, Up: Type Inform… 45215 File: gccint.info, Node: User GC, Next: GGC Roots, Prev: Inheritance and GTY, Up: Type Informat… 58690 Node: Inheritance and GTY1970782 58691 Ref: Inheritance and GTY-Footnote-11972347
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gty.texi | 90 * Inheritance and GTY:: Adding GTY to a class hierarchy. 247 to denote which subclass an instance is. See @ref{Inheritance and GTY} 387 @node Inheritance and GTY
|
H A D | gccint.info | 43283 * Inheritance and GTY:: Adding GTY to a class hierarchy. 43291 File: gccint.info, Node: GTY Options, Next: Inheritance and GTY, Up: Type Information 43414 denote which subclass an instance is. See *note Inheritance and 43541 File: gccint.info, Node: Inheritance and GTY, Next: User GC, Prev: GTY Options, Up: Type Inform… 43596 File: gccint.info, Node: User GC, Next: GGC Roots, Prev: Inheritance and GTY, Up: Type Informat… 56841 Node: Inheritance and GTY1907746 56842 Ref: Inheritance and GTY-Footnote-11909311
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2157 std::vector<const DIDerivedType *> Inheritance; member 2244 Info.Inheritance.push_back(DDTy); in collectClassInfo() 2387 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
|
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/ |
H A D | README.md | 249 Inheritance works as a set of default values that can be overridden
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
H A D | README | 288 Inheritance works as a set of default values that can be overridden
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc3703.txt | 50 3. Inheritance Hierarchy for the PCLS ........................... 5 231 3. Inheritance Hierarchy for the PCLS 308 Figure 1. LDAP Class Inheritance Hierarchy for the PCLS
|
/netbsd-src/external/bsd/am-utils/dist/doc/ |
H A D | am-utils.texi | 2806 Tells @i{Amd} to restart existing mounts (@pxref{Inheritance Filesystem}). 3193 * Inheritance Filesystem:: 4118 @node Root Filesystem, Inheritance Filesystem, Top-level Filesystem, Filesystem Types 4134 @node Inheritance Filesystem, , Root Filesystem, Filesystem Types 4136 @section Inheritance Filesystem (@samp{inherit}) 4137 @cindex Inheritance filesystem 8142 simply inherit the UFS mount (@pxref{Inheritance Filesystem}). If
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ProgrammersManual.rst | 3225 #. `Inheritance Is The Base Class of Evil 3226 <http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil>`_
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | mm-ko.ascii.pot | 3963 msgid "Inheritance type:"
|
H A D | mm-ko.euc-kr.po | 4192 msgid "Inheritance type:"
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 1325 will represent a combination of syntax and associated semantics. Inheritance
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2013 | 12276 * doc/gty.texi ("Inheritance and GTY"): Make it clear that 12306 (Inheritance and GTY): New.
|
/netbsd-src/games/fortune/datfiles/ |
H A D | fortunes | 15258 Where there's a will, there's an Inheritance Tax.
|
H A D | fortunes2 | 1062 Inheritance taxes are getting so out of line, that the deceased family 52235 Where there's a will, there's an Inheritance Tax.
|