Home
last modified time | relevance | path

Searched defs:Nasty (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/containers/sequences/vector/vector.data/
Ddata_const.pass.cpp20 struct Nasty { struct
21 Nasty() : i_(0) {} in Nasty() argument
22 Nasty(int i) : i_(i) {} in Nasty() function
23 ~Nasty() {} in ~Nasty() argument
25 Nasty * operator&() const { assert(false); return nullptr; } in operator &() argument
42 std::vector<Nasty> v(100); in main() argument
Ddata.pass.cpp20 struct Nasty { struct
21 Nasty() : i_(0) {} in Nasty() function
22 Nasty(int i) : i_(i) {} in Nasty() argument
23 ~Nasty() {} in ~Nasty() argument
25 Nasty * operator&() const { assert(false); return nullptr; } in operator &() argument
42 std::vector<Nasty> v(100); in main() argument
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
Duninitialized_fill.pass.cpp41 struct Nasty struct
43 Nasty() : i_ ( counter_++ ) {} in Nasty() function
44 Nasty * operator &() const { return NULL; } in operator &() argument
49 int Nasty::counter_ = 0; argument
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
Duninitialized_fill_n.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() function
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
Duninitialized_copy_n.pass.cpp41 struct Nasty struct
43 Nasty() : i_ ( counter_++ ) {} in Nasty() function
44 Nasty * operator &() const { return NULL; } in operator &() argument
49 int Nasty::counter_ = 0; argument
Duninitialized_copy.pass.cpp41 struct Nasty struct
43 Nasty() : i_ ( counter_++ ) {} in Nasty() function
44 Nasty * operator &() const { return NULL; } in operator &() argument
49 int Nasty::counter_ = 0; argument