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

1 2 34 5 6 7 8 91011>>

  /external/skia/src/ports/
SkTLS_win.cpp 35 // Call TLS destructors on thread exit. Code based on Chromium's
  /frameworks/av/include/private/media/
StaticAudioTrackState.h 27 // do not define constructors, destructors, or virtual methods
  /ndk/sources/android/crazy_linker/tests/
test_constructors_destructors.cpp 60 "Destructors not run when unloading libfoo_with_static_constructor.so");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/
initfini-array.h 34 /* Use .init_array/.fini_array section for constructors and destructors. */
  /external/chromium_org/base/threading/
thread_local_storage.cc 13 // In order to make TLS destructors work, we need to keep around a function
36 // The maximum number of times to try to clear slots by calling destructors.
48 // hurt the racy calls to the destructors on another thread.
116 // known destructors (perchance including an allocator), that we don't call
121 // even call delete[] after we're done with destructors.)
159 NOTREACHED(); // Destructors might not have been called.
  /external/clang/docs/analyzer/
IPA.txt 43 -analyzer-config c++-inlining=[none | methods | constructors | destructors]
46 inlined as well; it doesn't make sense to inline destructors without inlining
49 The default c++-inlining mode is 'destructors', meaning that all member
54 destructors will not be inlined. Additionally, no C++ member functions will be
90 This option controls whether constructors and destructors of "container" types
95 Currently, these constructors and destructors are NOT considered for inlining
134 call. (In the case of calls without origin expressions, such as destructors,
186 implicit destructors, or if the destructors for the given object are not
192 or operator 'delete', nor does it inline the constructors and destructors
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadIdentifierDataPthreads.h 65 // - first, when all the other thread-specific destructors are called, it simply remembers it was 'destroyed once'
67 // - second, after all thread-specific destructors were invoked, it gets called again - this time, we remove the
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.h 8 // - Constructors/Destructors should not be inlined if they are of a complex
14 // should have protected or private destructors.
  /external/chromium_org/tools/clang/plugins/tests/
base_refcounted.h 105 // destructors.
114 // grantparent's destructors.
overridden_methods.h 45 // Should not warn about destructors.
  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 29 /* this program is used to check that static C++ destructors are
80 fprintf(stderr, "Static destructors was not called on dlclose()!\n");
  /external/chromium_org/third_party/skia/src/doc/
SkDocument_PDF.cpp 26 // subclasses must call close() in their destructors
  /external/chromium_org/third_party/skia/tests/
TLSTest.cpp 76 // Test to ensure that at thread destruction, TLS destructors
  /external/clang/test/Analysis/
analyzer-config.cpp 15 // CHECK-NEXT: c++-inlining = destructors
  /external/clang/test/CodeGenCXX/
noexcept.cpp 25 // Destructors don't throw by default in C++11.
  /external/clang/test/SemaCXX/
warn-missing-noreturn.cpp 86 // <rdar://problem/8875247> - Properly handle CFGs with destructors.
  /external/compiler-rt/lib/msan/
msan_thread.cc 58 // some code may still be executing in later TSD destructors
  /external/skia/src/doc/
SkDocument_PDF.cpp 26 // subclasses must call close() in their destructors
  /external/skia/tests/
TLSTest.cpp 76 // Test to ensure that at thread destruction, TLS destructors
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
cxxabi_tweaks.h 51 // Constructors and destructors do not return a value.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
cxxabi_tweaks.h 51 // Constructors and destructors do not return a value.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
cxxabi_tweaks.h 51 // Constructors and destructors do not return a value.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
cxxabi_tweaks.h 51 // Constructors and destructors do not return a value.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
cxxabi_tweaks.h 51 // Constructors and destructors do not return a value.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
cxxabi_tweaks.h 51 // Constructors and destructors do not return a value.

Completed in 380 milliseconds

1 2 34 5 6 7 8 91011>>