HomeSort by relevance Sort by last modified time
    Searched full:destructors (Results 1 - 25 of 646) 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;
  /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 22 static_assert(__has_trivial_destructor(T5), "All the direct base classes of T5 have trivial destructors!");
29 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.
  /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.
  /external/clang/www/analyzer/
dev_cxx.html 36 <li>Model C++ destructors</li>
44 <li>Model C++ destructors</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/android-ndk-r5/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/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.
  /bionic/libc/private/
__dso_handle_so.S 30 # C++ constructors and destructors in the binary.
  /development/ndk/platforms/android-9/arch-mips/src/
__dso_handle.S 30 # C++ constructors and destructors in the binary.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
initfini-array.h 35 /* Use .init_array/.fini_array section for constructors and destructors. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
initfini-array.h 35 /* Use .init_array/.fini_array section for constructors and destructors. */
  /external/webkit/Source/JavaScriptCore/gyp/
JavaScriptCore.gyp 102 'postbuild_name': 'Check For Exit Time Destructors',
104 'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-exit-time-destructors'

Completed in 1444 milliseconds

1 2 3 4 5 6 7 8 91011>>