Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-exception-baseclass.cpp135 class generic_exception : std::exception {}; class
156 throw generic_exception<int>(); // Ok, in generic_exceptions()
157 THROW_EXCEPTION(generic_exception<float>); // Ok in generic_exceptions()