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

1 2 34 5 6 7 8 91011>>

  /external/pdfium/third_party/
pdfiumzlib.mk 11 LOCAL_CFLAGS += -Wno-non-virtual-dtor -Wall
  /ndk/tests/device/test-stlport_shared-exception/jni/
array5.cpp 30 printf("dtor %p\n", static_cast<void *>(this));
new1_3.cpp 10 // the result should be "ctor, new, func, dtor". If the new operator throws
11 // the exception, then the result should be "ctor, new, dtor". If the
16 // then the result should be "new, ctor, func, dtor". If the new operator
  /ndk/tests/device/test-stlport_static-exception/jni/
array5.cpp 30 printf("dtor %p\n", static_cast<void *>(this));
new1_3.cpp 10 // the result should be "ctor, new, func, dtor". If the new operator throws
11 // the exception, then the result should be "ctor, new, dtor". If the
16 // then the result should be "new, ctor, func, dtor". If the new operator
  /system/connectivity/shill/supplicant/
mock_supplicant_bss_proxy.h 32 MOCK_METHOD0(Die, void()); // So we can EXPECT the dtor.
  /external/curl/lib/
llist.c 35 llist_init(struct curl_llist *l, curl_llist_dtor dtor)
38 l->dtor = dtor;
44 Curl_llist_alloc(curl_llist_dtor dtor)
52 llist_init(list, dtor);
132 list->dtor(user, e->ptr);
hash.h 54 curl_hash_dtor dtor; member in struct:curl_hash
75 curl_hash_dtor dtor);
llist.h 41 curl_llist_dtor dtor; member in struct:curl_llist
  /external/mesa3d/src/egl/main/
eglcurrent.c 89 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *))
96 if (pthread_key_create(&_egl_TSD, (void (*)(void *)) dtor) != 0) {
100 _egl_FreeTSD = dtor;
131 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *))
133 if (!_egl_FreeTSD && dtor) {
134 _egl_FreeTSD = dtor;
  /bionic/libc/bionic/
libc_init_common.cpp 334 typedef void (*Dtor)();
335 Dtor* fini_array = reinterpret_cast<Dtor*>(array);
336 const Dtor minus1 = reinterpret_cast<Dtor>(static_cast<uintptr_t>(-1));
354 Dtor dtor = fini_array[--count]; local
357 if (dtor == minus1) {
361 dtor();
  /external/clang/include/clang/AST/
GlobalDecl.h 10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
33 assert(!isa<CXXDestructorDecl>(D) && "Use other ctor with dtor decls!");
68 assert(isa<CXXDestructorDecl>(getDecl()) && "Decl is not a dtor!");
  /external/compiler-rt/test/msan/
dtor-multiple-inheritance.cc 8 // RUN: %clangxx_msan %s -O0 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
10 // RUN: %clangxx_msan %s -O1 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
12 // RUN: %clangxx_msan %s -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
  /external/libchrome/base/
lazy_instance_unittest.cc 107 // It accepts a bool* and sets the bool to true when the dtor runs.
124 // Check that using a plain LazyInstance causes the dtor to run
134 // Check that using a *leaky* LazyInstance makes the dtor not run
  /frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp 35 dtor(JNIEnv* env, jobject clazz, jlong ptr) function in namespace:android
111 { "dtor", "(J)V", (void*)dtor },
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
LeakTest.java 44 * .rs.dtor() function, since it will also do the proper cleanup
46 * bug, since it may have been compiled without .rs.dtor() support.
  /external/clang/test/CodeGenCXX/
sanitize-dtor-nontrivial-virtual-base.cpp 1 // RUN: %clang_cc1 -fsanitize=memory -O0 -fsanitize-memory-use-after-dtor -std=c++11 -triple=x86_64-pc-linux -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -fsanitize=memory -O1 -fsanitize-memory-use-after-dtor -std=c++11 -triple=x86_64-pc-linux -emit-llvm -o - %s | FileCheck %s
microsoft-compatibility.cpp 28 // The pseudo-dtor expr should not generate calls to anything.
  /external/eigen/bench/btl/actions/
action_rot.hh 55 // Dtor
57 MESSAGE("Action_rot Dtor");
action_hessenberg.hh 69 // Dtor
73 MESSAGE("Action_hessenberg Dtor");
175 // Dtor
179 MESSAGE("Action_tridiagonalization Dtor");
  /external/libunwind/tests/
Ltest-cxx-exceptions.cxx 37 public: // --- ctor/dtor ---
71 // Dtor of all Test-object has to be called.
  /external/mesa3d/
Android.common.mk 57 -Wno-error=non-virtual-dtor \
58 -Wno-non-virtual-dtor
  /external/webrtc/webrtc/libjingle/xmpp/
xmpp.gyp 23 '-Wnon-virtual-dtor',
102 '-Wnon-virtual-dtor',
  /development/ndk/platforms/android-3/arch-arm/src/
__dso_handle_so.h 31 See http://www.codesourcery.com/public/cxx-abi/abi.html#dso-dtor
  /external/clang/test/SemaTemplate/
virtual-member-functions.cpp 124 // vtable, we emit an implicit virtual dtor, which calls ~RefPtr, which requires
128 // don't need to emit either the ctor or the dtor. In the Itanium C++ ABI, the
147 // Don't call the dtor, because that will emit an implicit dtor, and require a

Completed in 426 milliseconds

1 2 34 5 6 7 8 91011>>