OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bases
(Results
51 - 75
of
441
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h
429
// Helper for upcast. See if DST is us, or one of our
bases
.
439
// of our SRC_TYPE
bases
, indicate the virtuality. Returns
460
//
bases
are inherited by the type started from -- which is not
505
// Type information for a class with multiple and/or virtual
bases
.
510
unsigned int __base_count; // Number of direct
bases
.
512
// The array of
bases
uses the trailing array struct hack so this
515
__base_class_type_info __base_info[1]; // Array of
bases
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h
429
// Helper for upcast. See if DST is us, or one of our
bases
.
439
// of our SRC_TYPE
bases
, indicate the virtuality. Returns
460
//
bases
are inherited by the type started from -- which is not
505
// Type information for a class with multiple and/or virtual
bases
.
510
unsigned int __base_count; // Number of direct
bases
.
512
// The array of
bases
uses the trailing array struct hack so this
515
__base_class_type_info __base_info[1]; // Array of
bases
.
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h
432
// Helper for upcast. See if DST is us, or one of our
bases
.
442
// of our SRC_TYPE
bases
, indicate the virtuality. Returns
463
//
bases
are inherited by the type started from -- which is not
508
// Type information for a class with multiple and/or virtual
bases
.
513
unsigned int __base_count; // Number of direct
bases
.
515
// The array of
bases
uses the trailing array struct hack so this
518
__base_class_type_info __base_info[1]; // Array of
bases
.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h
432
// Helper for upcast. See if DST is us, or one of our
bases
.
442
// of our SRC_TYPE
bases
, indicate the virtuality. Returns
463
//
bases
are inherited by the type started from -- which is not
508
// Type information for a class with multiple and/or virtual
bases
.
513
unsigned int __base_count; // Number of direct
bases
.
515
// The array of
bases
uses the trailing array struct hack so this
518
__base_class_type_info __base_info[1]; // Array of
bases
.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h
432
// Helper for upcast. See if DST is us, or one of our
bases
.
442
// of our SRC_TYPE
bases
, indicate the virtuality. Returns
463
//
bases
are inherited by the type started from -- which is not
508
// Type information for a class with multiple and/or virtual
bases
.
513
unsigned int __base_count; // Number of direct
bases
.
515
// The array of
bases
uses the trailing array struct hack so this
518
__base_class_type_info __base_info[1]; // Array of
bases
.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h
432
// Helper for upcast. See if DST is us, or one of our
bases
.
442
// of our SRC_TYPE
bases
, indicate the virtuality. Returns
463
//
bases
are inherited by the type started from -- which is not
508
// Type information for a class with multiple and/or virtual
bases
.
513
unsigned int __base_count; // Number of direct
bases
.
515
// The array of
bases
uses the trailing array struct hack so this
518
__base_class_type_info __base_info[1]; // Array of
bases
.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h
429
// Helper for upcast. See if DST is us, or one of our
bases
.
439
// of our SRC_TYPE
bases
, indicate the virtuality. Returns
460
//
bases
are inherited by the type started from -- which is not
505
// Type information for a class with multiple and/or virtual
bases
.
510
unsigned int __base_count; // Number of direct
bases
.
512
// The array of
bases
uses the trailing array struct hack so this
515
__base_class_type_info __base_info[1]; // Array of
bases
.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h
429
// Helper for upcast. See if DST is us, or one of our
bases
.
439
// of our SRC_TYPE
bases
, indicate the virtuality. Returns
460
//
bases
are inherited by the type started from -- which is not
505
// Type information for a class with multiple and/or virtual
bases
.
510
unsigned int __base_count; // Number of direct
bases
.
512
// The array of
bases
uses the trailing array struct hack so this
515
__base_class_type_info __base_info[1]; // Array of
bases
.
/external/clang/lib/CodeGen/
CGCXX.cpp
64
// We're in the base destructor, so skip virtual
bases
.
78
// If we didn't find any
bases
with a non-trivial destructor, then
81
//
bases
with non-trivial destructors.
178
// for classes with no virtual
bases
. Try to emit it as an alias.
220
// classes with no virtual
bases
, so try to emit it as an alias.
252
// If the class has no virtual
bases
, then the complete and base destructors
CGRecordLayoutBuilder.cpp
70
/// LaidOutVirtualBases - A set of all laid out virtual
bases
, used to avoid
71
/// avoid laying out virtual
bases
more than once.
130
/// LayoutVirtualBases - layout the virtual
bases
of a record decl.
134
/// MSLayoutVirtualBases - layout the virtual
bases
of a record decl,
143
/// LayoutNonVirtualBases - layout the virtual
bases
of a record decl.
164
/// ResizeLastBaseFieldIfNecessary - Fields and
bases
can be laid out in the
561
// Ignore empty
bases
.
582
// Ignore empty
bases
.
616
/// LayoutVirtualBases - layout the non-virtual
bases
of a record decl.
625
// We only want to lay out virtual
bases
that aren't indirect primary base
[
all
...]
MicrosoftVBTables.h
34
/// The vbtable will hold all of the virtual
bases
of ReusingBase. This may
105
/// Enumerates paths to
bases
with vbptrs. The paths elements are compressed
/external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst
101
instances of exactly that class (only subclasses). See `Concrete
Bases
103
non-abstract
bases
. It's worth mentioning here that unlike
236
Bases
and Deeper Hierarchies`_ for more information about how to extend
243
Concrete
Bases
and Deeper Hierarchies
246
For concrete
bases
(i.e. non-abstract interior nodes of the inheritance
333
rewrite the example at the beginning of `Concrete
Bases
and Deeper
/external/clang/lib/AST/
MicrosoftCXXABI.cpp
57
// getNumBases() seems to only give us the number of direct
bases
, and not the
111
// // Only needed if the class has any virtual
bases
or
bases
at a non-zero
CXXABI.h
38
// and no data except possibly virtual
bases
.
/external/strace/linux/
ioctlent.sh
108
# Collect potential ioctl names. ('
bases
' is a bad name. Sigh)
111
bases
=$(sed -n \
116
for base in $
bases
; do
/external/chromium_org/courgette/
ensemble_create.cc
157
std::vector<DifferenceEstimator::Base*>
bases
;
local
161
bases
.push_back(
164
VLOG(1) << "done make
bases
"
195
DifferenceEstimator::Base* old_base =
bases
[old_index];
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyBase.h
66
// Allow RenderRubyRun to manipulate the children within ruby
bases
.
/external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp
22
// testing virtual
bases
.
/external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc
35
/// Type info for classes with no
bases
, and base class for type info for
36
/// classes with
bases
.
140
// For now, just punt on virtual
bases
and say 'yes'.
174
// FIXME: Can't handle virtual
bases
yet.
/external/svox/pico/lib/
picorsrc.h
115
* (with fixed structure per resource type), then the knowledge
bases
themselves (as byte streams) */
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
type_traits
88
struct
bases
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/
type_traits
88
struct
bases
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/
type_traits
88
struct
bases
/external/chromium/testing/gmock/scripts/generator/
README.cppclean
4
in large code
bases
, for example various forms of unused code.
15
* Find classes with virtual methods, no virtual destructor, and no
bases
/external/clang/test/CodeGenCXX/
rtti-layout.cpp
110
// A does not have any
bases
.
135
// VMI4 has two
bases
.
Completed in 5301 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>