Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dvariant_test_helpers.hpp27 struct CopyThrows { struct
29 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() argument
30 CopyThrows& operator=(CopyThrows const&) { throw 42; } in operator =() argument
/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp307 struct CopyThrows { struct
308 CopyThrows() {} in CopyThrows() argument
309 CopyThrows(CopyThrows const&) {} in CopyThrows() argument
310 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() argument
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp309 struct CopyThrows { struct
310 CopyThrows() {} in CopyThrows() argument
311 CopyThrows(CopyThrows const&) {} in CopyThrows() argument
312 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() function
/external/llvm-project/libcxx/test/support/
Dvariant_test_helpers.h35 struct CopyThrows { struct
37 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() function
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dcopy.pass.cpp154 struct CopyThrows { struct
156 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() argument
157 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument
/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dcopy.pass.cpp147 struct CopyThrows { struct
149 CopyThrows(const CopyThrows &) { throw 42; } in CopyThrows() argument
150 CopyThrows &operator=(const CopyThrows &) { throw 42; } in operator =() argument