OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destructors
(Results
1 - 13
of
13
) 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
/bionic/libc/private/
__dso_handle.S
30
# C++ constructors and
destructors
in the binary.
__dso_handle_so.S
30
# C++ constructors and
destructors
in the binary.
/development/ndk/platforms/android-9/arch-mips/src/
__dso_handle.S
30
# C++ constructors and
destructors
in the binary.
/bionic/libc/arch-arm/bionic/
crtbegin_so.S
31
# Implement static C++
destructors
when the shared
/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
205
# This test tries to see if static
destructors
are called
/external/bison/data/
yacc.c
131
## Defining symbol actions, e.g., printers and
destructors
. ##
[
all
...]
/bionic/libc/
Android.mk
539
# static C++
destructors
are properly called on dlclose().
/external/bison/tests/
testsuite
363
52;actions.at:527;Printers and
Destructors
: ;;
364
53;actions.at:528;Printers and
Destructors
with union: ;;
365
54;actions.at:533;Printers and
Destructors
: %defines %skeleton "lalr1.cc";c++;
366
55;actions.at:534;Printers and
Destructors
with union: %defines %skeleton "lalr1.cc";c++;
367
56;actions.at:536;Printers and
Destructors
: %glr-parser;;
368
57;actions.at:537;Printers and
Destructors
with union: %glr-parser;;
461
150;glr-regression.at:740;No users
destructors
if stack 0 deleted;;
463
152;glr-regression.at:881;Undesirable
destructors
if user action cuts parse;;
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py
[
all
...]
Completed in 546 milliseconds