OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destructors
(Results
1 - 2
of
2
) 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
;
Completed in 67 milliseconds