HomeSort by relevance Sort by last modified time
    Searched refs:destructor (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /development/ndk/platforms/android-21/arch-mips64/src/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /external/clang/test/Sema/
constructor-attribute.c 10 int x __attribute__((destructor)); // expected-warning {{'destructor' attribute only applies to functions}}
11 int f() __attribute__((destructor));
12 int f() __attribute__((destructor(1)));
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more than 1 argument}}
14 int f() __attribute__((destructor(1.0))); // expected-error {{'destructor' attribute requires an integer constant}}
  /bionic/libc/arch-common/bionic/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /development/ndk/platforms/android-21/arch-arm64/src/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /development/ndk/platforms/android-3/arch-arm/src/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /development/ndk/platforms/android-9/arch-x86/src/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p20.cpp 10 void destructor() { function
  /ndk/tests/standalone/init-fini-arrays/
foo.cpp 11 void __attribute__((destructor))
  /external/clang/test/CodeGen/
constructor-attribute.c 10 void B() __attribute__((destructor));
22 static void D() __attribute__((destructor));
  /toolchain/binutils/binutils-2.25/gold/testsuite/
initpri1.c 24 /* This tests that the linker handles constructor and destructor
54 void d1(void) __attribute__((destructor (500)));
55 void d2(void) __attribute__((destructor (700)));
56 void d3(void) __attribute__((destructor (600)));
75 void cd4(void) __attribute__((constructor (800), destructor (800)));
83 void cd5(void) __attribute__((constructor, destructor));
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 73 destructor_func destructor)
75 destructor_(destructor) {}
123 destructor_func destructor) {
125 constructor, destructor,
133 destructor_func destructor,
141 constructor, destructor, alloc,
149 destructor_func destructor,
184 constructor, destructor);
204 destructor_func destructor) {
209 scoped_cleanup cleanup(array_address, n, element_size, destructor);
    [all...]
  /external/libcxxabi/src/
cxa_vector.cpp 36 // 'release' method is called, they deallocate the memory in the destructor.
79 st_cxa_cleanup ( void *ptr, size_t &idx, size_t element_size, destruct_f destructor )
81 destructor_ ( destructor ), enabled_ ( true ) {}
116 // destructor, &::operator new[], &::operator delete[])
119 void (*constructor)(void*), void (*destructor)(void*) ) {
122 constructor, destructor, &::operator new [], &::operator delete [] );
135 // destructor for any already constructed elements, and rethrow the
136 // exception. If the destructor throws an exception, call std::terminate.
139 // padding_size is zero, the destructor may be NULL; in that case it must
145 void (*constructor)(void*), void (*destructor)(void*)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp 34 // 'release' method is called, they deallocate the memory in the destructor.
77 st_cxa_cleanup ( void *ptr, size_t &idx, size_t element_size, destruct_f destructor )
79 destructor_ ( destructor ), enabled_ ( true ) {}
112 // destructor, &::operator new[], &::operator delete[])
115 void (*constructor)(void*), void (*destructor)(void*) ) {
118 constructor, destructor, &::operator new [], &::operator delete [] );
131 // destructor for any already constructed elements, and rethrow the
132 // exception. If the destructor throws an exception, call std::terminate.
135 // padding_size is zero, the destructor may be NULL; in that case it must
141 void (*constructor)(void*), void (*destructor)(void*)
    [all...]
  /bionic/tests/libs/
dlopen_nodelete_1.cpp 27 static void __attribute__((destructor)) unload_guard() {
dlopen_nodelete_2.cpp 27 static void __attribute__((destructor)) unload_guard() {
dlopen_nodelete_dt_flags_1.cpp 26 static void __attribute__((destructor)) unload_guard() {
  /external/ImageMagick/MagickCore/
thread.c 58 (*destructor)(void *);
84 % o destructor: associate an optional destructor with each key value.
88 void (*destructor)(void *))
91 return(pthread_key_create(key,destructor) == 0 ? MagickTrue : MagickFalse);
93 magick_unreferenced(destructor);
113 (*keys)->destructor=destructor;
159 if ((keys->destructor != (void *) NULL) &&
162 keys->destructor(keys->values[i])
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 155 __cxa_vec_destructor destructor);
161 __cxa_vec_destructor destructor,
169 __cxa_vec_destructor destructor,
178 __cxa_vec_destructor destructor);
183 __cxa_vec_destructor destructor);
188 __cxa_vec_destructor destructor);
193 __cxa_vec_destructor destructor);
198 __cxa_vec_destructor destructor,
204 __cxa_vec_destructor destructor,
213 __cxa_vec_destructor destructor );
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 155 __cxa_vec_destructor destructor);
161 __cxa_vec_destructor destructor,
169 __cxa_vec_destructor destructor,
178 __cxa_vec_destructor destructor);
183 __cxa_vec_destructor destructor);
188 __cxa_vec_destructor destructor);
193 __cxa_vec_destructor destructor);
198 __cxa_vec_destructor destructor,
204 __cxa_vec_destructor destructor,
213 __cxa_vec_destructor destructor );
    [all...]
  /external/libcxxabi/include/
cxxabi.h 89 void (*destructor)(void*));
95 void (*destructor)(void*),
103 void (*destructor)(void*),
111 void (*destructor)(void*));
116 void (*destructor)(void*));
121 void (*destructor)(void*));
126 void (*destructor)(void*));
131 void (*destructor)(void*),
137 void (*destructor)(void*),
145 void (*destructor)(void*))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 89 void (*destructor)(void*));
95 void (*destructor)(void*),
103 void (*destructor)(void*),
111 void (*destructor)(void*));
116 void (*destructor)(void*));
121 void (*destructor)(void*));
126 void (*destructor)(void*));
131 void (*destructor)(void*),
137 void (*destructor)(void*),
145 void (*destructor)(void*))
    [all...]
  /external/bison/src/
symtab.h 74 /** Any \c \%destructor declared specifically for this symbol.
77 functions. For example, if <tt>symbol::destructor = NULL</tt>, a
78 default \c \%destructor or a per-type \c \%destructor might be
81 code_props destructor; member in struct:symbol
86 \sa symbol::destructor */
143 /** Set the \c destructor associated with \c sym. */
144 void symbol_destructor_set (symbol *sym, code_props const *destructor);
146 /** Get the computed \c \%destructor for \c sym, which was initialized with
147 \c code_props_none_init if there's no \c \%destructor. *
201 code_props destructor; member in struct:__anon5778
    [all...]
  /external/libmicrohttpd/src/testspdy/
common.c 31 #define FUNC_DESTRUCTOR(f) static void __attribute__ ((destructor)) f
42 FUNC_DESTRUCTOR (destructor)() function
  /external/compiler-rt/test/lsan/TestCases/
stale_stack_leak.cc 33 __attribute__((destructor))

Completed in 1402 milliseconds

1 2 3 4 5 6 7 8 9