Searched defs:ExplicitThrow (Results 1 – 3 of 3) sorted by relevance
41 struct ExplicitThrow struct43 constexpr explicit ExplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ExplicitThrow() argument
34 struct ExplicitThrow struct36 constexpr explicit ExplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ExplicitThrow() argument
27 struct ExplicitThrow { struct