OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructor
(Results
26 - 50
of
1898
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/ndk/tests/dlclose-destruction/jni/
libtest1.h
13
* by the
destructor
there.
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/
p6.cpp
23
p->AB::~AB(); // expected-error{{expected the class name after '~' to name a
destructor
}}
p6-0x.cpp
3
// Our C++0x doesn't currently have specialized
destructor
name handling,
/external/clang/test/CodeGenCXX/
abstract-class-ctors-dtors.cpp
3
// Check that we dont emit the complete constructor/
destructor
for this class.
/external/clang/test/SemaCXX/
operator-arrow-temporary.cpp
17
// Make sure we try to instantiate the
destructor
for Lock here
warn-global-constructors.cpp
45
A a; // expected-warning {{global
destructor
}}
46
A b[10]; // expected-warning {{global
destructor
}}
47
A c[10][10]; // expected-warning {{global
destructor
}}
pseudo-destructors.cpp
28
a->~Bar(); // expected-error{{
destructor
type 'Bar' (aka 'Foo') in object destruction expression does not match the type 'A' of the object being destroyed}}
45
i->N::OtherInteger::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-
destructor
expression; expected the name of type 'int'}}
46
i->N::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-
destructor
expression; expected the name of type 'int'}}
47
i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('Double' (aka 'double')) in pseudo-
destructor
expression}}
uninit-variables-conditional.cpp
15
// the
destructor
in Foo fouls about the minor bit of path-sensitivity in
warn-pure-virtual-call-from-ctor-dtor.cpp
4
~A() { f(); } // expected-warning {{call to pure virtual member function 'f'; overrides of 'f' in subclasses are not available in the
destructor
of 'A'}}
/external/icu4c/samples/translit/answers/
unaccent.h
20
*
Destructor
/frameworks/base/libs/hwui/
ResourceCache.h
68
void
destructor
(SkPath* resource);
69
void
destructor
(SkBitmap* resource);
70
void
destructor
(SkiaShader* resource);
71
void
destructor
(SkiaColorFilter* resource);
/external/clang/test/ARCMT/
cxx-checking.mm
4
struct HasObjectMember0 { // expected-warning{{'HasObjectMember0' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
8
struct HasObjectMember1 { // expected-warning{{'HasObjectMember1' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
12
struct HasObjectMember2 { // expected-warning{{'HasObjectMember2' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
29
struct HasBlockPointerMember0 { // expected-warning{{'HasBlockPointerMember0' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
33
struct HasBlockPointerMember1 { // expected-warning{{'HasBlockPointerMember1' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
42
// expected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}}
48
// expected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}}
54
// expected-warning{{'HasObjectMemberAndNonPOD2' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}}
67
// expected-warning{{'HasBlockPointerMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}}
73
// expected-warning{{'HasBlockPointerMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}
[
all
...]
/external/clang/test/SemaObjCXX/
arc-non-pod.mm
4
struct HasObjectMember0 { // expected-warning{{'HasObjectMember0' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
8
struct HasObjectMember1 { // expected-warning{{'HasObjectMember1' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
12
struct HasObjectMember2 { // expected-warning{{'HasObjectMember2' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
29
struct HasBlockPointerMember0 { // expected-warning{{'HasBlockPointerMember0' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
33
struct HasBlockPointerMember1 { // expected-warning{{'HasBlockPointerMember1' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a
destructor
to make it ABI-compatible}}
42
// expected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}}
48
// expected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}}
54
// expected-warning{{'HasObjectMemberAndNonPOD2' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}}
67
// expected-warning{{'HasBlockPointerMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}}
73
// expected-warning{{'HasBlockPointerMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; add a non-trivial
destructor
to make it ABI-compatible}
[
all
...]
/external/clang/lib/CodeGen/
CGCXX.cpp
31
/// Try to emit a base
destructor
as an alias to its primary
32
/// base-class
destructor
.
37
// If the
destructor
doesn't have a trivial body, we have to emit it
52
// If any field has a non-trivial
destructor
, we have to emit the
53
//
destructor
separately.
59
// Try to find a unique base class with a non-trivial
destructor
.
64
// We're in the base
destructor
, so skip virtual bases.
73
//
destructor
, give up.
78
// If we didn't find any bases with a non-trivial
destructor
, then
79
// the base
destructor
is actually effectively trivial, which ca
[
all
...]
/external/chromium/base/threading/
non_thread_safe_unittest.cc
15
// Both the
destructor
and DoStuff should verify that they were
80
// Verify that the
destructor
doesn't assert.
88
// Verify that the
destructor
doesn't assert when called on a different thread
128
// Verify that the
destructor
asserts in debug builds only
/external/chromium/chrome/browser/sessions/
tab_restore_service_observer.h
18
//
destructor
is run.
/external/chromium/net/base/
keygen_handler.cc
9
// The constructor and
destructor
must be defined in a .cc file so that
/external/clang/test/SemaTemplate/
explicit-specialization-member.cpp
20
numpunct<char>::~numpunct(); // expected-error{{expected the class name after '~' to name a
destructor
}}
/external/mesa3d/src/talloc/
hieralloc.h
36
// calls
destructor
if set, and frees children.
37
// if
destructor
returns -1, then do nothing and return -1.
46
// sets
destructor
to be called before freeing; dctor return -1 aborts free
47
void hieralloc_set_destructor(const void * ptr, int (*
destructor
)(void *));
/external/clang/test/CXX/class.access/
p4.cpp
111
// Implicit
destructor
calls.
119
A a; // expected-error {{variable of type 'test3::A' has private
destructor
}}
123
A local; // expected-error {{variable of type 'test3::A' has private
destructor
}}
128
// expected-error {{base class 'Base<2>' has private
destructor
}}
129
class Base3 : virtual Base<3> { public: ~Base3(); }; // expected-error {{base class 'Base<3>' has private
destructor
}}
131
// These don't cause diagnostics because we don't need the
destructor
.
135
class Derived2 : // expected-error {{inherited virtual base class 'Base<2>' has private
destructor
}} \
136
// expected-error {{inherited virtual base class 'Base<3>' has private
destructor
}}
137
Base<0>, // expected-error {{base class 'Base<0>' has private
destructor
}}
138
virtual Base<1>, // expected-error {{base class 'Base<1>' has private
destructor
}}
[
all
...]
/external/chromium/net/disk_cache/
file_lock.h
18
// The lock is acquired on the constructor and released on the
destructor
.
24
// // At this point the
destructor
is going to release the lock.
/external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp
4
// deletion and the complete class has a non-trivial
destructor
or a
31
delete a; // expected-error{{calling a private
destructor
of class 'T3_A'}}
/external/collada/include/1.4/dom/
domCg_sampler1D.h
28
*
Destructor
52
*
Destructor
domCg_sampler2D.h
28
*
Destructor
52
*
Destructor
domCg_sampler3D.h
28
*
Destructor
52
*
Destructor
Completed in 1229 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>