HomeSort by relevance Sort by last modified time
    Searched full:destructors (Results 126 - 150 of 951) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/lib/Analysis/
CFG.cpp 87 /// - For every normal (without jump) end of scope add to CFGBlock destructors
89 /// - For every jump add to CFGBlock destructors for objects
410 // Visitors to walk an AST and generate destructors of temporaries in
739 // Destructors of temporaries in initialization expression should be called
748 // Generate destructors for temporaries in initialization expression.
760 // generating destructors for the second time.
815 /// addAutomaticObjDtors - Add to current block automatic objects destructors
817 /// for destructors.
826 // We need to append the destructors in reverse order, but any one of them
857 /// addImplicitDtorsForDestructor - Add implicit destructors generated fo
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
objc_zombie.mm 38 // are run to call C++ destructors as part of |-dealloc|. The
113 // initialized, because otherwise C++ destructors won't be called.
125 // Destroy the instance by calling C++ destructors and clearing it
  /external/compiler-rt/lib/asan/
asan_thread.cc 57 // in TSD and can't reliably tell when no more TSD destructors will
59 // thread before all TSD destructors will be called for it.
102 // some code may still be executing in later TSD destructors
  /bionic/libc/arch-arm/bionic/
eabi.c 35 * __aeabi_atexit() to register static destructors explicitely.
  /bionic/libc/bionic/
libc_init_dynamic.cpp 105 // The executable may have its own destructors listed in its .fini_array
libc_init_static.cpp 102 // The executable may have its own destructors listed in its .fini_array
  /development/ndk/platforms/
README.CRT.TXT 63 used to list of ELF constructors and destructors. The sections are:
91 Linux systems to hold a list of destructors. The toolchains should
92 place all destructors in .fini_array instead.
217 __dso_handle will not have their C++ destructors run correctly when the
  /external/chromium/net/base/
listen_socket.h 9 // constructors and destructors) should also be called from the same thread.
  /external/chromium_org/base/threading/
thread_local_storage_unittest.cc 62 // Destructors should never be called with a NULL.
thread.h 27 // WARNING! SUBCLASSES MUST CALL Stop() IN THEIR DESTRUCTORS! See ~Thread().
65 // NOTE: ALL SUBCLASSES OF Thread MUST CALL Stop() IN THEIR DESTRUCTORS (or
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket.cc 35 // Derived destructors should make sure the socket has been closed.
  /external/chromium_org/third_party/libjingle/source/talk/base/
posix.cc 90 // exit() would call the destructors of all global variables in the whole
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker-bcad.cc 37 // destructors.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker-bcad.cc 37 // destructors.
  /external/chromium_org/ui/gfx/win/
window_impl.h 78 // Subclasses must call this method from their destructors to ensure that
  /external/clang/lib/CodeGen/
CGCXX.cpp 67 // Skip base classes with trivial destructors.
81 // bases with non-trivial destructors.
252 // If the class has no virtual bases, then the complete and base destructors
331 /// call to virtual destructors. It returns 0 if it could not do it.
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 173 _Ptr->~_Ty(); // expected-warning {{pseudo-destructors on type void are a Microsoft extension}}
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 119 // There should be no cookies for types with trivial destructors.
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 119 // There should be no cookies for types with trivial destructors.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 108 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 108 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 108 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 108 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_construct.h 108 * away, otherwise the objects' destructors must be invoked.
  /external/chromium/base/threading/
thread_local_storage_win.cc 13 // In order to make TLS destructors work, we need to keep function
17 // parallel, we also allocate an array of destructors, which we

Completed in 1316 milliseconds

1 2 3 4 56 7 8 91011>>