Home
last modified time | relevance | path

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

/external/libcxx/test/std/containers/sequences/vector/vector.data/
Ddata.pass.cpp20 struct Nasty { struct
21 Nasty() : i_(0) {} in Nasty() function
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_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
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
Duninitialized_fill.pass.cpp41 struct Nasty struct
43 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
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.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_n.pass.cpp41 struct Nasty struct
43 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
44 Nasty * operator &() const { return NULL; } in operator &() argument
49 int Nasty::counter_ = 0; argument
/external/python/cpython3/Lib/ctypes/test/
Dtest_callbacks.py142 class Nasty: class
/external/python/cpython2/Lib/ctypes/test/
Dtest_callbacks.py148 class Nasty: class
/external/python/cpython2/Lib/test/
Dtest_exceptions.py497 class Nasty(str): class
Dtest_descr.py4346 class Nasty(str): class
/external/python/cpython3/Lib/test/
Dtest_descr.py4089 class Nasty(str): class