OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructors
(Results
101 - 125
of
951
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
cxxabi_tweaks.h
51
// Constructors and
destructors
do not return a value.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
cxxabi_tweaks.h
51
// Constructors and
destructors
do not return a value.
/external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-exit-time-destructors
29
# "check-for-exit-time-
destructors
" script for WebKit Open Source Project
32
# any exit-time
destructors
in a target.
146
print "ERROR: $shortName has exit time
destructors
in it! ($path)\n";
/external/clang/test/CodeGenCXX/
constructor-destructor-return-this.cpp
5
// FIXME: Add checks to ensure that Microsoft
destructors
do not return 'this'
9
// constructors and
destructors
which return this (and only these cases)
110
// Verify that virtual calls to
destructors
are not marked with a 'returned'
/external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp
8
// - Constructors/
Destructors
should not be inlined if they are of a complex
14
// should have protected or private
destructors
.
41
"
destructors
that are declared protected or private.";
44
"
destructors
that are declared protected or private.";
47
"
destructors
should declare their destructor virtual.";
127
// Only check for "heavy" constructors/
destructors
in header files;
371
// Ignore non-user-declared
destructors
.
546
// ensure that there are no public
destructors
in the class hierarchy. This
582
//
destructors
. This checks for situations involving multiple
607
// Find all public
destructors
. This will record the class hierarch
[
all
...]
/external/clang/test/Analysis/
dtor.cpp
1
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=
destructors
-Wno-null-dereference -verify %s
154
// The
destructors
should have invalidated i and j.
326
// The
destructors
should have invalidated i and j.
/development/ndk/platforms/android-3/arch-arm/src/
__dso_handle.h
30
C++ constructors and
destructors
in the binary.
/external/chromium/base/
at_exit.h
29
// callbacks and singleton
destructors
will be called.
/external/chromium_org/base/
at_exit.h
29
// callbacks and singleton
destructors
will be called.
/external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h
34
// it is leaked so that its
destructors
are not called at exit.
41
// it is leaked so that the object's
destructors
are not called at exit.
51
// warnings about global constructors and exit-time
destructors
.
57
_Pragma("clang diagnostic ignored \"-Wexit-time-
destructors
\"") \
ThreadIdentifierDataPthreads.cpp
94
// Re-setting the value for key causes another destruct() call after all other thread-specific
destructors
were called.
/external/chromium_org/ui/base/gtk/
g_object_destructor_filo.cc
56
DVLOG(1) << "
Destructors
should be unregistered the reverse order they "
/external/clang/INPUTS/
cfg-nested-var-scopes.cpp
2
// implicit
destructors
triggered at each edge.
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1.cpp
53
// Test out-of-line constructors,
destructors
/external/stlport/test/compiler/StTerm-order/
stterm-test.cc
6
* Yes. "
Destructors
(12.4) for initialized objects of static storage duration
/ndk/sources/cxx-stl/gabi++/tests/
test_vector2.cpp
81
// Make sure the constructors and
destructors
are matched
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
local_lim.h
59
/* Controlling the iterations of
destructors
for thread-specific data. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
local_lim.h
59
/* Controlling the iterations of
destructors
for thread-specific data. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
local_lim.h
59
/* Controlling the iterations of
destructors
for thread-specific data. */
/system/core/include/utils/
LinearAllocator.h
56
* state if possible. No
destructors
are called.
/bionic/libc/bionic/
libc_init_common.cpp
131
* to run the
destructors
that are listed in the .fini_array section
149
/* Count the number of
destructors
. */
/external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator_unittest.cc
92
// Close all remaining tabs to keep all the
destructors
happy.
176
// Close all remaining tabs to keep all the
destructors
happy.
/external/chromium_org/third_party/WebKit/Source/platform/
PODInterval.h
44
// *Note* that the
destructors
of type T and UserData will *not* be
46
// required to be cleaned up in their
destructors
.
/external/clang/test/Analysis/inlining/
containers.cpp
1
// RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=
destructors
-analyzer-config c++-container-inlining=false -verify %s
2
// RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=
destructors
-analyzer-config c++-container-inlining=true -DINLINE=1 -verify %s
/external/bison/tests/
glr-regression.at
748
## No users
destructors
if stack 0 deleted. See ##
752
AT_SETUP([No users
destructors
if stack 0 deleted])
764
static int
destructors
= 0;
773
destructors
+= 1;
779
ambig0 'a' {
destructors
+= 2; USE ($2); }
780
| ambig1 start {
destructors
+= 1; }
781
| ambig2 start {
destructors
+= 1; }
803
if (tokens !=
destructors
)
805
fprintf (stderr, "Tokens = %d,
Destructors
= %d\n", tokens,
destructors
);
[
all
...]
Completed in 453 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>