Home
last modified time | relevance | path

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

/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() function