Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A DU.pass.cpp32 struct ExplicitThrow struct
34 constexpr explicit ExplicitThrow(int x) { if (x != -1) TEST_THROW(6);} in ExplicitThrow() function
/llvm-project/clang/test/Analysis/
H A Dnew-with-exceptions.cpp27 struct ExplicitThrow { struct