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

1 2 3 4 5 67 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
options.h 686 OPT_Wctor_dtor_privacy, /* -Wctor-dtor-privacy */
763 OPT_Wnon_virtual_dtor, /* -Wnon-virtual-dtor */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
options.h 697 OPT_Wctor_dtor_privacy, /* -Wctor-dtor-privacy */
773 OPT_Wnon_virtual_dtor, /* -Wnon-virtual-dtor */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
options.h 713 OPT_Wctor_dtor_privacy, /* -Wctor-dtor-privacy */
790 OPT_Wnon_virtual_dtor, /* -Wnon-virtual-dtor */
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 813 _STLP_MPWFIX_TRY //*TY 06/01/2000 - they forget to call dtor for _Temporary_buffer if no try/catch block is present
822 _STLP_MPWFIX_CATCH //*TY 06/01/2000 - they forget to call dtor for _Temporary_buffer if no try/catch block is present
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 813 _STLP_MPWFIX_TRY //*TY 06/01/2000 - they forget to call dtor for _Temporary_buffer if no try/catch block is present
822 _STLP_MPWFIX_CATCH //*TY 06/01/2000 - they forget to call dtor for _Temporary_buffer if no try/catch block is present
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 595 // The call site. For implicit automatic object dtor, this is the trigger
  /external/clang/lib/AST/
ItaniumMangle.cpp 198 // These can't be mangled without a ctor type or dtor type.
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 58 // Allocate raw space for N elements of type T. If T has a ctor or dtor, we
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 621 LOG(Network, "SocketStreamHandle %p dtor", this);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp 107 ASSERT(m_loadState == Finished, "dtor called on a WebRequest in a different state than finished (%d)", m_loadState);
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 437 // will get cleaned up when m_bitmap is destroyed in the dtor
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 86 '-runtime/virtual', # virtual dtor
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 639 // This is called by the C++ MediaPlayerPrivate dtor.
  /frameworks/base/libs/utils/
RefBase.cpp 417 // outlive the object, it is not destroyed in the dtor, and
  /frameworks/compile/slang/
README.html 570 <li><p class="first">The function <strong>.rs.dtor</strong> is a function that is sometimes generated by
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
istream 98 * This does very little apart from providing a virtual base dtor.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
istream 98 * This does very little apart from providing a virtual base dtor.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
istream 98 * This does very little apart from providing a virtual base dtor.
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 807 # Must be a dtor (probably not in method body).
809 # self.in_class can contain A::Name, but the dtor will only
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 508 DLOG_ASSERT("WebDataService dtor called without Shutdown");
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 54 // dtor kind
  /external/clang/lib/Analysis/
CFG.cpp 672 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor();
673 if (cast<FunctionType>(Dtor->getType())->getNoReturnAttr())
    [all...]
  /external/clang/lib/Lex/
TokenLexer.cpp 346 // This is deleted in the dtor.

Completed in 3545 milliseconds

1 2 3 4 5 67 8 91011>>