Searched refs:destructors (Results 1 - 8 of 8) 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.c93 thread_local_destructor_t destructors[NUM_OPENSSL_THREAD_LOCALS]; local
97 memcpy(destructors, g_destructors, sizeof(destructors));
103 if (destructors[i] != NULL) {
104 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/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli66 (** [run_static_dtors ee] executes the static destructors of each module in
/external/bison/src/
H A Doutput.c391 | Output the symbol destructors or printers to OUT. |
491 symbol_code_props_output (out, "destructors", &symbol_destructor_get);
/external/clang/test/Analysis/
H A Dtemporaries.cpp108 // temporaries because we can't model their destructors yet.
114 namespace destructors { namespace
319 // GNU expression statements execute temporary destructors within the
351 // Test that the CFG gets hooked up correctly when temporary destructors
364 // Test that the CFG gets hooked up correctly when temporary destructors
/external/llvm/lib/Support/Unix/
H A DProgram.inc306 // object destructors cloned from the parent process aren't

Completed in 1621 milliseconds