Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp224 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local
232 Inheritance)) in getMSMemberPointerSlots()
234 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots()
236 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py270 self.Inheritance(contextCopy)
331 def Inheritance (self, context) : member in Path
461 def Inheritance (self, context) : member in Configuration
592 def Inheritance (self, context) : member in Domain
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2504 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2505 return (!MSInheritanceAttr::hasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2512 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2520 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() local
2549 Inheritance)) in GetNullMemberPointerFields()
2551 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2553 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
[all …]
/external/abi-dumper/
Dabi-dumper.pl344 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"}) {
/external/clang/include/clang/Basic/
DAttr.td2146 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;
/external/guice/extensions/persist/lib/
Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/ ...
/external/ltp/testcases/realtime/
DREADME35 Robust and Priority Inheritance (PI) Mutexes.
/external/clang/test/Parser/
DMicrosoftExtensions.cpp303 namespace Inheritance {
/external/scapy/scapy/contrib/
Dbgp.uts133 = BGPCapMultiprotocol - Inheritance
196 = BGPCapORF - Inheritance
243 = BGPCapGracefulRestart - Inheritance
274 = BGPCapFourBytesASN - Inheritance
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
DREADME51 Priority Inheritance Mutex Tests
/external/ipsec-tools/
DNEWS86 o Inheritance of 'remote{}' sections.
/external/eigen/doc/
DClassHierarchy.dox72 \section TopicClassHierarchyInheritanceDiagrams Inheritance diagrams
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1463 std::vector<const DIDerivedType *> Inheritance; member
1517 Info.Inheritance.push_back(DDTy); in collectClassInfo()
1629 for (const DIDerivedType *I : Info.Inheritance) { in lowerRecordFieldList()
/external/testng/
DTODO.txt128 Inheritance
DCHANGES.txt1258 Fixed: Inheritance of methods
/external/ltp/utils/ffsb-6.0-rc2/
DREADME95 Inheritance -- if you are using multiple filesystems, all attributes
/external/python/cpython2/Doc/tutorial/
Dclasses.rst503 Inheritance chapter
565 Multiple Inheritance
/external/python/cpython3/Doc/tutorial/
Dclasses.rst556 Inheritance chapter
617 Multiple Inheritance
/external/libcups/filter/
Dppd-compiler.shtml256 <h3><a name='GROUPING'>Grouping and Inheritance</a></h3>
/external/python/cpython2/Doc/whatsnew/
D2.2.rst243 Multiple Inheritance: The Diamond Rule
/external/python/cpython3/Doc/whatsnew/
D2.2.rst243 Multiple Inheritance: The Diamond Rule
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst390 Inheritance of this field is complicated. Most flag bits are inherited
/external/llvm/docs/
DProgrammersManual.rst2715 #. `Inheritance Is The Base Class of Evil
2716 <http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil>`_
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst427 Inheritance of this field is complicated. Most flag bits are inherited
/external/python/cpython3/Doc/library/
Dos.rst1293 Inheritance of File Descriptors