Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp131 auto ThrowException = in TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dexception-baseclass.cpp109 void ThrowException() { throw T(); } in ThrowException() function