HomeSort by relevance Sort by last modified time
    Searched full:destructors (Results 1 - 25 of 954) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/BlocksRuntime/
copyconstructor.C 14 int destructors = 0; variable
52 ++destructors;
79 if (constructors != destructors) {
80 printf("%d constructors but only %d destructors\n", constructors, destructors);
reference.C 18 int destructors = 0; variable
57 ++destructors;
  /ndk/tests/standalone/init-fini-arrays/
README 1 This test is here to check that all constructors and destructors
12 corresponding destructors. Instead, the constructor must call __cxa_atexit
13 to register the destructors manually.
  /development/ndk/tests/dlclose-destruction/jni/
Android.mk 1 # A small sample used to demonstrate static C++ destructors
  /external/chromium_org/tools/clang/plugins/tests/
base_refcounted.txt 2 ./base_refcounted.h:47:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private.
8 ./base_refcounted.h:59:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private.
14 ./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual.
17 ./base_refcounted.h:110:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private.
26 ./base_refcounted.h:115:7: warning: [chromium-style] Classes that are ref-counted should have explicit destructors that are declared protected or private.
35 ./base_refcounted.h:145:1: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private.
47 ./base_refcounted.h:164:1: warning: [chromium-style] Classes that are ref-counted should have explicit destructors that are declared protected or private.
59 ./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual.
62 ./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual.
63 base_refcounted.cpp:16:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are declared protected or private
    [all...]
  /external/clang/test/CodeGenCXX/
union-dtor.cpp 3 // PR10304: destructors should not call destructors for variant members.
  /external/clang/test/SemaCXX/
trivial-destructor.cpp 23 static_assert(__has_trivial_destructor(T5), "All the direct base classes of T5 have trivial destructors!");
30 static_assert(__has_trivial_destructor(T6), "All nonstatic data members of T6 have trivial destructors!");
  /external/chromium_org/ipc/
struct_destructor_macros.h 11 // Set up so next include will generate destructors.
  /external/compiler-rt/test/msan/
cxa_atexit.cc 3 // PR17377: C++ module destructors get stale argument shadow.
  /ndk/tests/device/test-stlport_shared-exception/jni/
filter2.cpp 2 // running destructors. Original bug depended on a::~a being inlined.
  /ndk/tests/device/test-stlport_static-exception/jni/
filter2.cpp 2 // running destructors. Original bug depended on a::~a being inlined.
  /external/compiler-rt/test/lsan/TestCases/
do_leak_check_override.cc 2 // before global destructors, which also tests compatibility with HeapChecker's
26 // Register leak check to run before global destructors.
  /external/harfbuzz_ng/src/
check-static-inits.sh 31 echo "Checking that no object file has lazy static C++ constructors/destructors or other such stuff"
34 echo "Ouch, $obj has lazy static C++ constructors/destructors or other such stuff"
  /external/chromium_org/chrome/common/mac/
objc_zombie_unittest.mm 52 // Verify that the C++ destructors run when the last reference to the
66 // When |soonInfected| becomes a zombie, the C++ destructors should
71 // The local reference should remain (C++ destructors aren't re-run).
  /external/chromium_org/third_party/icu/source/tools/memcheck/
ICUMemCheck.pl 37 # offending destructors, rebuild icu, and re-run the tool. The problems should
40 # The problem destructors all are for mix-in style interface classes.
43 # in the destructors will never be called because stand-alone instances of
  /external/icu/icu4c/source/tools/memcheck/
ICUMemCheck.pl 37 # offending destructors, rebuild icu, and re-run the tool. The problems should
40 # The problem destructors all are for mix-in style interface classes.
43 # in the destructors will never be called because stand-alone instances of
  /external/libcxxabi/test/
test_vector1.cpp 64 // Test calls with empty constructors and destructors
68 // Try with no padding and no con/destructors
86 // Padding and no con/destructors
95 // Padding with con/destructors
107 // Make sure the constructors and destructors are matched
123 // and the destructors are not called.
148 // Make sure the constructors and destructors are matched
170 // and the destructors are not called.
176 gDestructorCounter << " destructors" << std::endl;
198 gDestructorCounter << " destructors" << std::endl
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp 84 // Test calls with empty constructors and destructors
88 // Try with no padding and no con/destructors
106 // Padding and no con/destructors
115 // Padding with con/destructors
127 // Make sure the constructors and destructors are matched
143 // and the destructors are not called.
168 // Make sure the constructors and destructors are matched
190 // and the destructors are not called.
195 fprintf(stderr, "%d constructors, but %d destructors\n",
217 fprintf(stderr, "%d constructors, but %d destructors\n"
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector1.cpp 64 // Test calls with empty constructors and destructors
68 // Try with no padding and no con/destructors
86 // Padding and no con/destructors
95 // Padding with con/destructors
107 // Make sure the constructors and destructors are matched
123 // and the destructors are not called.
148 // Make sure the constructors and destructors are matched
170 // and the destructors are not called.
176 gDestructorCounter << " destructors" << std::endl;
198 gDestructorCounter << " destructors" << std::endl
    [all...]
  /external/chromium_org/android_webview/common/
android_webview_message_generator.cc 13 // Generate destructors.
  /external/chromium_org/chrome/common/
common_message_generator.cc 13 // Generate destructors.
  /external/chromium_org/chrome/common/importer/
profile_import_process_messages.cc 13 // Generate destructors.
  /external/chromium_org/components/cdm/common/
cdm_message_generator.cc 13 // Generate destructors.
  /external/chromium_org/components/nacl/common/
nacl_host_messages.cc 13 // Generate destructors.
nacl_messages.cc 13 // Generate destructors.

Completed in 3418 milliseconds

1 2 3 4 5 6 7 8 91011>>