Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dexception-spec.cpp16 struct ThrowingDtor { ~ThrowingDtor() noexcept(false); }; struct
H A Dtype-traits.cpp183 struct ThrowingDtor { struct