Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A DU.pass.cpp30 struct ImplicitThrow struct
32 constexpr ImplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ImplicitThrow() argument
101 using T = ImplicitThrow; in test_implicit()