Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-exception-baseclass.cpp141 class exotic_exception : public T {}; class
168 throw exotic_exception<non_derived_exception>(); in generic_exceptions()
171 THROW_EXCEPTION(exotic_exception<non_derived_exception>); in generic_exceptions()
173 throw exotic_exception<derived_exception>(); // Ok in generic_exceptions()
174 THROW_EXCEPTION(exotic_exception<derived_exception>); // Ok in generic_exceptions()