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

1 2 34 5 6 7 8 91011>>

  /external/libvpx/
example_xma.c 192 mmap.dtor = my_mem_dtor;
  /external/mksh/
mkmf.sh 73 -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point \
  /external/oprofile/libutil++/
child_reader.cpp 223 // can be called explicitely or by dtor,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr.h 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr.h 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr.h 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr.h 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr.h 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr.h 67 int __gthread_key_create (__gthread_key_t *keyp, void (*dtor) (void *))
  /external/clang/lib/CodeGen/
CGDecl.cpp 328 const CXXDestructorDecl *Dtor,
330 : Dtor(Dtor), NRVOFlag(NRVOFlag), Loc(addr) {}
332 const CXXDestructorDecl *Dtor;
337 // Along the exceptions path we always execute the dtor.
350 CGF.EmitCXXDestructorCall(Dtor, Dtor_Complete,
1080 CXXDestructorDecl *dtor = type->getAsCXXRecordDecl()->getDestructor(); local
    [all...]
CGException.cpp 425 llvm::Constant *Dtor = 0;
430 Dtor = CGM.GetAddrOfCXXDestructor(DtorD, Dtor_Complete);
431 Dtor = llvm::ConstantExpr::getBitCast(Dtor, Int8PtrTy);
434 if (!Dtor) Dtor = llvm::Constant::getNullValue(Int8PtrTy);
440 ExceptionPtr, TypeInfo, Dtor);
444 Builder.CreateCall3(getThrowFn(*this), ExceptionPtr, TypeInfo, Dtor);
    [all...]
ItaniumCXXABI.cpp 101 void BuildDestructorSignature(const CXXDestructorDecl *Dtor,
136 void BuildDestructorSignature(const CXXDestructorDecl *Dtor,
702 void ItaniumCXXABI::BuildDestructorSignature(const CXXDestructorDecl *Dtor,
711 if (Type == Dtor_Base && Dtor->getParent()->getNumVBases() != 0)
717 void ARMCXXABI::BuildDestructorSignature(const CXXDestructorDecl *Dtor,
721 ItaniumCXXABI::BuildDestructorSignature(Dtor, Type, ResTy, ArgTys);
    [all...]
CGDeclCXX.cpp 88 CXXDestructorDecl *dtor = record->getDestructor(); local
90 function = CGM.GetAddrOfCXXDestructor(dtor, Dtor_Complete);
  /build/tools/
warn.py 335 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wctor-dtor-privacy',
336 'description':'Class seems unusable because of private ctor/dtor' ,
339 { 'category':'C/C++', 'severity':severity.SKIP, 'members':[], 'option':'-Wctor-dtor-privacy',
340 'description':'Class seems unusable because of private ctor/dtor' ,
342 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wctor-dtor-privacy',
343 'description':'Class seems unusable because of private ctor/dtor' ,
    [all...]
  /bionic/libc/bionic/
pthread.c 1805 tls_dtor_t dtor = map->dtors[kk]; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.mm 111 // task cancellation is not done manually here in the dtor.
202 // removing the items from the map or in the dtor.
  /external/chromium/third_party/libjingle/source/talk/
main.scons 259 '-Wno-non-virtual-dtor',
260 '-Wno-ctor-dtor-privacy',
  /external/libvpx/vpx/
vpx_codec.h 491 void (*dtor)(struct vpx_codec_mmap *map); /**< destructor to call */ member in struct:vpx_codec_mmap
529 * or close()) then the vpx_codec_mmap_t::dtor member \ref MUST be populated.
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 298 // Make sure that there is a global ctor/dtor array in both halves of the
299 // module if they both have static ctor/dtor functions.
  /frameworks/base/libs/gui/
Surface.cpp 79 // its last reference (which will call the dtor); however, it is possible
81 // would delay the call to the dtor -- that is why we need this explicit
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 211 // The supporting objects need to outlive the TabContents dtor (as they may
  /external/llvm/include/llvm/
User.h 42 /// allocated and should be destroyed by the classes' virtual dtor.
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 37 // stack, which causes the dtor to be run, which frees all the alloca'd memory.
  /external/webkit/Source/WebCore/platform/graphics/android/
VideoLayerManager.cpp 213 // This can be called in the webcore thread in the media player's dtor.
  /frameworks/compile/slang/
llvm-rs-link.cpp 230 ExportList.push_back(".rs.dtor");

Completed in 951 milliseconds

1 2 34 5 6 7 8 91011>>