OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctor_called
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
fullexpr-dtor.pass.cpp
21
int
ctor_called
= 0;
variable
26
ctor_called
= 0;
30
Noisy() { ++alive; ++
ctor_called
; }
64
assert(
ctor_called
== 1);
76
assert(
ctor_called
== 1);
80
assert(
ctor_called
== 1);
91
assert(
ctor_called
== 1);
95
assert(
ctor_called
== 1);
103
assert(
ctor_called
== 1);
108
assert(
ctor_called
== 1)
[
all
...]
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/
default.pass.cpp
20
S() {
ctor_called
= true; }
21
static bool
ctor_called
;
member in struct:S
24
bool S::
ctor_called
= false;
member in class:S
47
assert(!S::
ctor_called
);
Completed in 723 milliseconds