Searched defs:ThrowingDtor (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/test/SemaCXX/ | ||
H A D | exception-spec.cpp | 16 struct ThrowingDtor { ~ThrowingDtor() noexcept(false); }; struct |
H A D | type-traits.cpp | 183 struct ThrowingDtor { struct |