HomeSort by relevance Sort by last modified time
    Searched refs:Inheritance (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 59 // we have a non-primary base class, which uses the multiple inheritance model.
76 default: llvm_unreachable("expected MS inheritance attribute");
88 // we can figure out the inheritance model from its other properties.
100 // are dropped as permitted (under the MSVC interpretation) by the inheritance
127 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
132 // variable number of ints depending on the inheritance model used. The
137 switch (Inheritance) {
149 switch (Inheritance) {
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 636 static bool hasVBPtrOffsetField(MSInheritanceModel Inheritance) {
637 return Inheritance == MSIM_Unspecified;
641 MSInheritanceModel Inheritance) {
642 return Inheritance <= MSIM_SinglePolymorphic ||
643 (!IsMemberFunction && Inheritance <= MSIM_MultiplePolymorphic);
649 MSInheritanceModel Inheritance) {
650 return (IsMemberFunction && Inheritance >= MSIM_Multiple);
653 static bool hasVirtualBaseAdjustmentField(MSInheritanceModel Inheritance) {
654 return Inheritance >= MSIM_Virtual;
663 static bool nullFieldOffsetIsZero(MSInheritanceModel Inheritance) {
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 329 namespace Inheritance {
  /external/chromium_org/chrome/common/extensions/features/
simple_feature_unittest.cc 453 TEST_F(ExtensionSimpleFeatureTest, Inheritance) {

Completed in 97 milliseconds