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

1 2 3 4 5 6 78 91011>>

  /external/gcc-demangle/
cp-demangle.h 119 /* The last name we saw, for constructors and destructors. */
  /external/icu4c/layoutex/layout/
RunArrays.h 78 * The destructor; virtual so that subclass destructors are invoked as well.
304 * The destructor; virtual so that subclass destructors are invoked as well.
441 * The destructor; virtual so that subclass destructors are invoked as well.
579 * The destructor; virtual so that subclass destructors are invoked as well.
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 266 /// the static constructors or destructors for a program.
268 /// \param isDtors - Run the destructors instead of constructors.
272 /// the static constructors or destructors for a particular module.
274 /// \param isDtors - Run the destructors instead of constructors.
  /external/mesa3d/src/gallium/auxiliary/util/
u_hash_table.c 60 /* TODO: key, value destructors? */
  /external/protobuf/gtest/samples/
sample7_unittest.cc 49 // Also, their constructors and destructors of tested objects can have
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 119 /* The last name we saw, for constructors and destructors. */
  /external/valgrind/unittest/
libstdc++_tests.cc 100 // Last of the destructors (either here ot in Thread() will call _M_destroy).
  /ndk/docs/text/
SYSTEM-ISSUES.text 90 - Static destructors are never called at the moment, either at program
  /ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test_.cc 140 // Exceptions in destructors are not supported in C++11.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
coretypes.h 129 /* For functions that are known to be executed once (i.e. constructors, destructors
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
coretypes.h 129 /* For functions that are known to be executed once (i.e. constructors, destructors
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
coretypes.h 129 /* For functions that are known to be executed once (i.e. constructors, destructors
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
coretypes.h 129 /* For functions that are known to be executed once (i.e. constructors, destructors
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_construct.h 119 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_construct.h 119 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
collect2 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
collect2 
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_construct.h 119 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 120 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_construct.h 119 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 120 * away, otherwise the objects' destructors must be invoked.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_construct.h 118 * away, otherwise the objects' destructors must be invoked.
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 610 // FIXME: We don't handle constructors or destructors for arrays properly.
640 // FIXME: This is a hack. We don't handle temporary destructors
652 // Inlining destructors requires building the CFG correctly.
654 assert(ADC->getCFGBuildOptions().AddImplicitDtors && "No CFG destructors");
659 // FIXME: We don't handle constructors or destructors for arrays properly.
    [all...]
  /external/chromium_org/chrome/common/mac/
objc_zombie.mm 107 // Destroy the instance by calling C++ destructors and clearing it
111 // class without C++ destructors or associative references, so it

Completed in 746 milliseconds

1 2 3 4 5 6 78 91011>>