OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destructors
(Results
1 - 9
of
9
) sorted by null
/external/compiler-rt/test/BlocksRuntime/
copyconstructor.C
14
int
destructors
= 0;
variable
52
++
destructors
;
79
if (constructors !=
destructors
) {
80
printf("%d constructors but only %d
destructors
\n", constructors,
destructors
);
reference.C
18
int
destructors
= 0;
variable
57
++
destructors
;
/development/ndk/tests/dlclose-destruction/jni/
Android.mk
1
# A small sample used to demonstrate static C++
destructors
/bionic/libc/
crt.mk
13
# static C++
destructors
are properly called on dlclose().
/external/clang/test/Analysis/
temporaries.cpp
107
// temporaries because we can't model their
destructors
yet.
113
namespace
destructors
{
namespace
/system/extras/tests/bionic/libc/
Android.mk
183
# This test tries to see if static
destructors
are called
/external/bison/src/
output.c
391
| Output the symbol
destructors
or printers to OUT. |
491
symbol_code_props_output (out, "
destructors
", &symbol_destructor_get);
/external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli
135
(** [run_static_dtors ee] executes the static
destructors
of each module in