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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_callUserDestroyRoutines.c 175 * POSIX says pthread_key_delete can be run from destructors,
177 * pthread_setspecific can also be run from destructors and
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 77 "destructors").getValue());
84 .Case("destructors", CIMK_Destructors)
  /external/clang/test/CodeGenCXX/
blocks.cpp 43 // ...or non-trivial destructors...
92 // Make sure we mark destructors for parameters captured in blocks.
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 94 /// Refers to destructors (implicit or explicit).
273 /// Returns whether or not the destructors for C++ temporary objects should
293 /// Returns whether or not constructors and destructors of C++ container
  /external/chromium_org/third_party/icu/source/i18n/
search.cpp 20 // public constructors and destructors -----------------------------------
341 // protected constructors and destructors -----------------------------
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 114 // WARNING! SUBCLASSES MUST CALL Stop() IN THEIR DESTRUCTORS! See ~Thread().
119 // NOTE: ALL SUBCLASSES OF Thread MUST CALL Stop() IN THEIR DESTRUCTORS (or
basictypes.h 166 // it is leaked so that its destructors are not called at exit.
  /external/icu4c/i18n/
search.cpp 20 // public constructors and destructors -----------------------------------
341 // protected constructors and destructors -----------------------------
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 40 /* CLEANUP regions implement e.g. destructors run when exiting a block.
62 region type is used in C++ to surround destructors being run inside a
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 40 /* CLEANUP regions implement e.g. destructors run when exiting a block.
62 region type is used in C++ to surround destructors being run inside a
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 40 /* CLEANUP regions implement e.g. destructors run when exiting a block.
62 region type is used in C++ to surround destructors being run inside a
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 40 /* CLEANUP regions implement e.g. destructors run when exiting a block.
62 region type is used in C++ to surround destructors being run inside a
  /bionic/libc/stdlib/
atexit.c 147 * static destructors will not be called properly on
  /external/chromium/net/base/
keygen_handler_unittest.cc 108 // destructors run.
  /external/chromium_org/base/memory/
manual_constructor.h 30 // constructors or destructors. And, anyway, the whole point of this
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.cc 68 // resources, which may want to do cleanup in their destructors and expect
  /external/chromium_org/mojo/public/bindings/lib/
buffer.cc 53 // Invoke destructors in reverse order to mirror allocation order.
  /external/chromium_org/net/base/
keygen_handler_unittest.cc 101 // destructors run.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 48 // // any C++ destructors after starting the sandbox.
  /external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test_.cc 140 // Exceptions in destructors are not supported in C++11.
  /external/chromium_org/third_party/WebKit/Source/platform/
PODArena.h 43 // destructors.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_hash_table.c 60 /* TODO: key, value destructors? */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits_unittest.cc 496 // Verify that arithmetic types and pointers have trivial destructors.
517 // destructors.
522 // Verify that pairs of types without trivial destructors
527 // Verify that types without trivial destructors are
  /external/clang/include/clang/Basic/
ABI.h 12 /// destructors and thunks.
  /external/compiler-rt/
CMakeLists.txt 147 # destructors.

Completed in 1004 milliseconds

1 2 3 4 5 67 8 91011>>