Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
DU.pass.cpp41 struct ExplicitThrow struct
43 constexpr explicit ExplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ExplicitThrow() argument
/external/clang/test/Analysis/
Dnew-with-exceptions.cpp27 struct ExplicitThrow { struct