OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destructors
(Results
1 - 11
of
11
) sorted by null
/external/compiler-rt/BlocksRuntime/tests/
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
/development/ndk/platforms/android-9/arch-x86/src/
__dso_handle.S
30
# C++ constructors and
destructors
in the binary.
__dso_handle_so.S
30
# C++ constructors and
destructors
in the binary.
/external/clang/test/Analysis/
temporaries.cpp
106
// temporaries because we can't model their
destructors
yet.
112
namespace
destructors
{
namespace
/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
139
(** [run_static_dtors ee] executes the static
destructors
of each module in
/system/extras/tests/bionic/libc/
Android.mk
208
# This test tries to see if static
destructors
are called
/bionic/libc/
Android.mk
578
# static C++
destructors
are properly called on dlclose().
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py
[
all
...]
Completed in 261 milliseconds