Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke.pass.cpp312 struct CopyThrows { struct
313 CopyThrows() {} in CopyThrows() function
314 CopyThrows(CopyThrows const&) {} in CopyThrows() function
315 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() argument
/llvm-project/libcxx/test/support/
H A Dvariant_test_helpers.h25 struct CopyThrows { struct
27 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() function
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dcopy.pass.cpp160 struct CopyThrows { struct
162 CopyThrows(const CopyThrows&) { throw 42; } in CopyThrows() function
163 CopyThrows& operator=(const CopyThrows&) { throw 42; } in operator =() argument