Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/input.output/iostreams.base/ios.base/ios.base.cons/
H A Ddtor.uninitialized.pass.cpp66 struct AlwaysThrows { struct
67 AlwaysThrows() { throw 1; } in AlwaysThrows() function