OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructors
(Results
201 - 225
of
954
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h
108
* away, otherwise the objects'
destructors
must be invoked.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h
108
* away, otherwise the objects'
destructors
must be invoked.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_construct.h
108
* away, otherwise the objects'
destructors
must be invoked.
/sdk/emulator/opengl/shared/emugl/common/
thread_store.h
33
//
destructors
at all.
/external/chromium_org/base/threading/
thread.h
27
// WARNING! SUBCLASSES MUST CALL Stop() IN THEIR
DESTRUCTORS
! See ~Thread().
65
// NOTE: ALL SUBCLASSES OF Thread MUST CALL Stop() IN THEIR
DESTRUCTORS
(or
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_callUserDestroyRoutines.c
175
* POSIX says pthread_key_delete can be run from
destructors
,
177
* pthread_setspecific can also be run from
destructors
and
/external/chromium_org/third_party/webrtc/base/
thread.h
98
// WARNING! SUBCLASSES MUST CALL Stop() IN THEIR
DESTRUCTORS
! See ~Thread().
103
// NOTE: ALL SUBCLASSES OF Thread MUST CALL Stop() IN THEIR
DESTRUCTORS
(or
/external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp
77
"
destructors
").getValue());
84
.Case("
destructors
", CIMK_Destructors)
ExprEngineCallAndReturn.cpp
610
// FIXME: We don't handle constructors or
destructors
for arrays properly.
640
// FIXME: This is a hack. We don't handle temporary
destructors
652
// Inlining
destructors
requires building the CFG correctly.
654
assert(ADC->getCFGBuildOptions().AddImplicitDtors && "No CFG
destructors
");
659
// FIXME: We don't handle constructors or
destructors
for arrays properly.
812
// FIXME: Remove this once temp
destructors
are working.
[
all
...]
/external/clang/test/Analysis/
temporaries.cpp
107
// temporaries because we can't model their
destructors
yet.
113
namespace
destructors
{
namespace
/external/clang/test/CodeGenCXX/
blocks.cpp
43
// ...or non-trivial
destructors
...
92
// Make sure we mark
destructors
for parameters captured in blocks.
constructor-destructor-return-this.cpp
8
// constructors and
destructors
which return this (and only these cases)
124
// Verify that virtual calls to
destructors
are not marked with a 'returned'
/external/chromium_org/third_party/icu/source/i18n/
search.cpp
20
// public constructors and
destructors
-----------------------------------
341
// protected constructors and
destructors
-----------------------------
/external/chromium_org/third_party/libjingle/source/talk/base/
thread.h
115
// WARNING! SUBCLASSES MUST CALL Stop() IN THEIR
DESTRUCTORS
! See ~Thread().
120
// NOTE: ALL SUBCLASSES OF Thread MUST CALL Stop() IN THEIR
DESTRUCTORS
(or
/external/icu/icu4c/source/i18n/
search.cpp
20
// public constructors and
destructors
-----------------------------------
341
// protected constructors and
destructors
-----------------------------
/external/libcxxabi/www/
index.html
89
<p>Q: Why are the
destructors
for the standard exception classes defined in libc++abi?
91
<p>A: The
destructors
for them live in libc++abi because they are "key" functions.
/external/lldb/include/lldb/Target/
Memory.h
34
// Constructors and
Destructors
155
// Constructors and
Destructors
/external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.h
30
// Constructors and
Destructors
50
// Constructors and
Destructors
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
274
/// the static constructors or
destructors
for a program.
276
/// \param isDtors - Run the
destructors
instead of constructors.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
except.h
37
/* CLEANUP regions implement e.g.
destructors
run when exiting a block.
59
region type is used in C++ to surround
destructors
being run inside a
/bionic/libc/bionic/
pthread_exit.cpp
72
// Call the TLS
destructors
. It is important to do that before removing this
/external/chromium_org/base/memory/
manual_constructor.h
30
// constructors or
destructors
. And, anyway, the whole point of this
/external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.cc
72
// resources, which may want to do cleanup in their
destructors
and expect
/external/chromium_org/net/base/
keygen_handler_unittest.cc
101
//
destructors
run.
/external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h
49
// // any C++
destructors
after starting the sandbox.
Completed in 1189 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>