Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
DU.pass.cpp33 struct ImplicitThrow struct
35 constexpr ImplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ImplicitThrow() argument
104 using T = ImplicitThrow; in test_implicit()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
DU.pass.cpp36 struct ImplicitThrow struct
38 constexpr ImplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ImplicitThrow() argument
107 using T = ImplicitThrow; in test_implicit()