Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dthrow-by-value-catch-by-reference.cpp22 logic_error CreateException() { return logic_error("created"); } in CreateException() function
48 throw CreateException(); in testThrowFunc()