Searched refs:Inheritance (Results 1 – 19 of 19) sorted by relevance
224 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local232 Inheritance)) in getMSMemberPointerSlots()234 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots()236 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
270 self.Inheritance(contextCopy)331 def Inheritance (self, context) : member in Path461 def Inheritance (self, context) : member in Configuration592 def Inheritance (self, context) : member in Domain
2504 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local2505 return (!MSInheritanceAttr::hasVBTableOffsetField(Inheritance) && in isZeroInitializable()2512 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local2520 Inheritance)) in ConvertMemberPointerType()2522 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()2524 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()2537 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local2549 Inheritance)) in GetNullMemberPointerFields()2551 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()2553 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()[all …]
344 my %Inheritance;2212 $Inheritance{$Scope}{keys(%{$Inheritance{$Scope}})} = \%In;2359 %Inheritance = ();3509 foreach my $Pos (sort {int($a) <=> int($b)} keys(%{$Inheritance{$ID}}))3511 if(my $BaseId = $Inheritance{$ID}{$Pos}{"id"})3518 if(my $Access = $Inheritance{$ID}{$Pos}{"access"}) {3521 if($Inheritance{$ID}{$Pos}{"virtual"}) {
303 namespace Inheritance {
35 Robust and Priority Inheritance (PI) Mutexes.
2146 static bool hasVBPtrOffsetField(Spelling Inheritance) {2147 return Inheritance == Keyword_unspecified_inheritance;2152 static bool hasNVOffsetField(bool IsMemberFunction, Spelling Inheritance) {2153 return IsMemberFunction && Inheritance >= Keyword_multiple_inheritance;2156 static bool hasVBTableOffsetField(Spelling Inheritance) {2157 return Inheritance >= Keyword_virtual_inheritance;2161 Spelling Inheritance) {2163 return Inheritance <= Keyword_single_inheritance;2164 return Inheritance <= Keyword_multiple_inheritance;
86 o Inheritance of 'remote{}' sections.
51 Priority Inheritance Mutex Tests
72 \section TopicClassHierarchyInheritanceDiagrams Inheritance diagrams
128 Inheritance
1258 Fixed: Inheritance of methods
1463 std::vector<const DIDerivedType *> Inheritance; member1517 Info.Inheritance.push_back(DDTy); in collectClassInfo()1629 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
95 Inheritance -- if you are using multiple filesystems, all attributes
503 Inheritance chapter565 Multiple Inheritance
256 <h3><a name='GROUPING'>Grouping and Inheritance</a></h3>
243 Multiple Inheritance: The Diamond Rule
2715 #. `Inheritance Is The Base Class of Evil2716 <http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil>`_
427 Inheritance of this field is complicated. Most flag bits are inherited