Home
last modified time | relevance | path

Searched refs:sub_throws_again (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape.cpp304 struct sub_throws_again : super_throws_again { struct
305 sub_throws_again() noexcept : super_throws_again() {} in sub_throws_again() function