Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-exception-baseclass.cpp138 class bad_generic_exception {}; class
159 throw bad_generic_exception<int>(); in generic_exceptions()
162 throw bad_generic_exception<std::exception>(); in generic_exceptions()
165 THROW_EXCEPTION(bad_generic_exception<int>); in generic_exceptions()
166 THROW_EXCEPTION(bad_generic_exception<std::exception>); in generic_exceptions()