HomeSort by relevance Sort by last modified time
    Searched defs:VBase (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CodeGenCXX/
constructors.cpp 4 struct VBase { int x; VBase(); VBase(int); VBase(const VBase &); };
57 virtual bases (for now). This is necessary because a vbase
destructors.cpp 82 struct VBase { ~VBase(); };
102 struct B : Base, virtual VBase {
  /external/clang/test/CXX/basic/basic.types/
p10.cpp 67 struct VBase {};
68 struct HasVBase : virtual VBase {}; // expected-note 2{{virtual base class declared here}}
  /external/bluetooth/glib/glib/
gunidecomp.c 69 #define VBase 0x1161
146 gunichar V = VBase + (SIndex % NCount) / TCount;
270 gint VIndex = b - VBase;
  /external/clang/lib/AST/
CXXInheritance.cpp 317 CXXRecordDecl *VBase = 0;
319 VBase = cast<CXXRecordDecl>(Record->getDecl());
320 if (!VBase)
338 if (HidingClass->isVirtuallyDerivedFrom(VBase)) {
RecordLayoutBuilder.cpp     [all...]
VTableBuilder.cpp 430 Out << Offset.VirtualBase->getQualifiedNameAsString() << " vbase, ";
533 /// VCallAndVBaseOffsetBuilder - Class for building vcall and vbase offsets.
541 /// and vbase offsets.
552 /// Components - vcall and vbase offset components
571 /// AddVCallAndVBaseOffsets - Add vcall offsets and vbase offsets for the
579 /// AddVBaseOffsets - Add vbase offsets for the given class.
583 /// getCurrentOffsetOffset - Get the current vcall or vbase offset offset in
596 // Add vcall and vbase offsets.
619 // and vbase offsets added by the derived class all come before the vcall
620 // and vbase offsets required by the base class, so that the latter may b
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 144 const CXXRecordDecl *VBase = 0;
148 VBase =
154 ComputeNonVirtualBaseClassOffset(getContext(), VBase ? VBase : Derived,
161 if (NonVirtualOffset.isZero() && !VBase) {
182 if (VBase) {
188 CharUnits VBaseOffset = Layout.getVBaseClassOffset(VBase);
191 VirtualOffset = GetVirtualBaseClassOffset(Value, Derived, VBase);
658 // TODO: white-list trivial vbase initializers. This case wouldn't
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 840 milliseconds