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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/BlocksRuntime/tests/
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/clang/test/CodeGenCXX/
attr-used.cpp 3 // <rdar://problem/8684363>: clang++ not respecting __attribute__((used)) on destructors
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!");
warn-exit-time-destructors.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wexit-time-destructors %s -verify
return-noreturn.cpp 14 // Ensure that destructors from objects are properly modeled in the CFG despite
44 // before and after the switch due to implicit destructors.
113 // Array of objects with destructors. This is purely a coverage test case.
  /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/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/icu4c/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/chromium/chrome/browser/importer/
profile_import_process_messages.cc 13 // Generate destructors.
  /external/chromium/chrome/common/
common_message_generator.cc 13 // Generate destructors.
nacl_messages.cc 13 // Generate destructors.
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceBase.cpp 22 * Base class destructors
  /bionic/libc/bionic/
pthread_key.cpp 43 * currently created/allocated TLS keys and the destructors associated
47 * an array of destructors.
90 // destructors, and all the functions that touch the TLS map
138 // Because destructors can do funky things like deleting/creating other
168 // If we didn't call any destructors, there is no need to check the TLS data again.
202 // not call the destructors for non-NULL key values. Instead, it is the
  /external/clang/www/analyzer/
dev_cxx.html 33 <li>Model destructors for temporary objects</li>
40 <li>Allow destructors to be inlined</li>
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadIdentifierDataPthreads.h 59 // - first, when all the other thread-specific destructors are called, it simply remembers it was 'destroyed once'
61 // - second, after all thread-specific destructors were invoked, it gets called again - this time, we remove the
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
cxxabi_tweaks.h 55 // Constructors and destructors return the "this" pointer.
71 // Constructors and destructors do not return a value.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 55 // Constructors and destructors return the "this" pointer.
71 // Constructors and destructors do not return a value.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
cxxabi_tweaks.h 55 // Constructors and destructors return the "this" pointer.
71 // Constructors and destructors do not return a value.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 55 // Constructors and destructors return the "this" pointer.
71 // Constructors and destructors do not return a value.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
cxxabi_tweaks.h 55 // Constructors and destructors return the "this" pointer.
71 // Constructors and destructors do not return a value.

Completed in 548 milliseconds

1 2 3 4 5 6 7 8 91011>>