OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VBase
(Results
1 - 8
of
8
) 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/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
...]
/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
);
649
// TODO: white-list trivial
vbase
initializers. This case wouldn't
[
all
...]
CGVTables.cpp
436
Out << Offset.VirtualBase->getQualifiedNameAsString() << "
vbase
, ";
707
/// VCallAndVBaseOffsetBuilder - Class for building vcall and
vbase
offsets.
715
/// and
vbase
offsets.
726
/// Components - vcall and
vbase
offset components
745
/// AddVCallAndVBaseOffsets - Add vcall offsets and
vbase
offsets for the
753
/// AddVBaseOffsets - Add
vbase
offsets for the given class.
757
/// getCurrentOffsetOffset - Get the current vcall or
vbase
offset offset in
770
// Add vcall and
vbase
offsets.
793
// and
vbase
offsets added by the derived class all come before the vcall
794
// and
vbase
offsets required by the base class, so that the latter may b
[
all
...]
/external/icu4c/i18n/
ucol.cpp
[
all
...]
Completed in 276 milliseconds