Home
last modified time | relevance | path

Searched refs:ThrowsT (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
DT.pass.cpp40 struct ThrowsT { struct
41 ThrowsT(int) noexcept(false) {} in ThrowsT() function
57 using V = std::variant<Dummy, ThrowsT>; in test_T_ctor_noexcept()
/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
DT.pass.cpp37 struct ThrowsT { struct
38 ThrowsT(int) noexcept(false) {} in ThrowsT() function
56 using V = std::variant<Dummy, ThrowsT>; in test_T_ctor_noexcept()