Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2663 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 Daccctrl.d215 INHERIT_FLAGS Inheritance; member
225 INHERIT_FLAGS Inheritance; member
/netbsd-src/crypto/dist/ipsec-tools/
H A DNEWS104 o Inheritance of 'remote{}' sections.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgty.texi98 * 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 Dgccint.info44894 * 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 Dgty.texi90 * 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 Dgccint.info43283 * 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 DCodeViewDebug.cpp2157 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 DREADME.md249 Inheritance works as a set of default values that can be overridden
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A DREADME288 Inheritance works as a set of default values that can be overridden
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3703.txt50 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 Dam-utils.texi2806 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 DProgrammersManual.rst3225 #. `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 Dmm-ko.ascii.pot3963 msgid "Inheritance type:"
H A Dmm-ko.euc-kr.po4192 msgid "Inheritance type:"
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1325 will represent a combination of syntax and associated semantics. Inheritance
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201312276 * doc/gty.texi ("Inheritance and GTY"): Make it clear that
12306 (Inheritance and GTY): New.
/netbsd-src/games/fortune/datfiles/
H A Dfortunes15258 Where there's a will, there's an Inheritance Tax.
H A Dfortunes21062 Inheritance taxes are getting so out of line, that the deceased family
52235 Where there's a will, there's an Inheritance Tax.