| /external/libcxx/test/std/containers/sequences/vector/vector.data/ |
| D | data.pass.cpp | 20 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
|
| D | data_const.pass.cpp | 20 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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/vector/vector.data/ |
| D | data_const.pass.cpp | 20 struct Nasty { struct 21 TEST_CONSTEXPR Nasty() : i_(0) {} in Nasty() argument 22 TEST_CONSTEXPR Nasty(int i) : i_(i) {} in Nasty() function 23 TEST_CONSTEXPR_CXX20 ~Nasty() {} in ~Nasty() argument 25 Nasty * operator&() const { assert(false); return nullptr; } in operator &() argument 42 std::vector<Nasty> v(100); in tests() argument
|
| D | data.pass.cpp | 20 struct Nasty { struct 21 TEST_CONSTEXPR Nasty() : i_(0) {} in Nasty() argument 22 TEST_CONSTEXPR Nasty(int i) : i_(i) {} in Nasty() argument 23 TEST_CONSTEXPR_CXX20 ~Nasty() {} in ~Nasty() argument 25 Nasty * operator&() const { assert(false); return nullptr; } in operator &() argument 42 std::vector<Nasty> v(100); in tests() argument
|
| /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/ |
| D | uninitialized_fill.pass.cpp | 41 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/ |
| D | uninitialized_fill_n.pass.cpp | 40 struct Nasty struct 42 Nasty() : i_ ( counter_++ ) {} in Nasty() argument 43 Nasty * operator &() const { return NULL; } in operator &() argument 48 int Nasty::counter_ = 0; argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/ |
| D | uninitialized_fill.pass.cpp | 40 struct Nasty struct 42 Nasty() : i_ ( counter_++ ) {} in Nasty() function 43 Nasty * operator &() const { return nullptr; } in operator &() argument 48 int Nasty::counter_ = 0; argument
|
| /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/ |
| D | uninitialized_copy_n.pass.cpp | 41 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
|
| D | uninitialized_copy.pass.cpp | 41 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/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/ |
| D | uninitialized_fill_n.pass.cpp | 39 struct Nasty struct 41 Nasty() : i_ ( counter_++ ) {} in Nasty() function 42 Nasty * operator &() const { return nullptr; } in operator &() argument 47 int Nasty::counter_ = 0; argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/ |
| D | uninitialized_copy_n.pass.cpp | 40 struct Nasty struct 42 Nasty() : i_ ( counter_++ ) {} in Nasty() argument 43 Nasty * operator &() const { return nullptr; } in operator &() argument 48 int Nasty::counter_ = 0; argument
|
| D | uninitialized_copy.pass.cpp | 40 struct Nasty struct 42 Nasty() : i_ ( counter_++ ) {} in Nasty() function 43 Nasty * operator &() const { return nullptr; } in operator &() argument 48 int Nasty::counter_ = 0; argument
|
| /external/python/cpython2/Lib/ctypes/test/ |
| D | test_callbacks.py | 148 class Nasty: class
|
| /external/python/cpython3/Lib/ctypes/test/ |
| D | test_callbacks.py | 144 class Nasty: class
|
| /external/python/cpython2/Lib/test/ |
| D | test_exceptions.py | 497 class Nasty(str): class
|
| D | test_descr.py | 4346 class Nasty(str): class
|
| /external/python/cpython3/Lib/test/ |
| D | test_descr.py | 4193 class Nasty(str): class
|