Searched defs:destructors (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C14 int destructors = 0; variable
52 ++destructors;
79 if (constructors != destructors) {
80 printf("%d constructors but only %d destructors\n", constructors, destructors);
H A Dreference.C18 int destructors = 0; variable
57 ++destructors;
/external/boringssl/src/crypto/
H A Dthread_pthread.c88 thread_local_destructor_t destructors[NUM_OPENSSL_THREAD_LOCALS]; local
92 memcpy(destructors, g_destructors, sizeof(destructors));
98 if (destructors[i] != NULL) {
99 destructors[i](pointers[i]);
H A Dthread_win.c167 thread_local_destructor_t destructors[NUM_OPENSSL_THREAD_LOCALS]; local
170 memcpy(destructors, g_destructors, sizeof(destructors));
175 if (destructors[i] != NULL) {
176 destructors[i](pointers[i]);
/external/clang/test/Analysis/
H A Dtemporaries.cpp108 // temporaries because we can't model their destructors yet.
114 namespace destructors { namespace
325 // GNU expression statements execute temporary destructors within the
357 // Test that the CFG gets hooked up correctly when temporary destructors
370 // Test that the CFG gets hooked up correctly when temporary destructors

Completed in 223 milliseconds