Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp129 auto ThrowException = in TEST() local
131 EXPECT_ANY_THROW(ThrowException()); in TEST()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dexception-baseclass.cpp109 void ThrowException() { throw T(); } in ThrowException() function
129 #define THROW_EXCEPTION(CLASS) ThrowException<CLASS>()