Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape.cpp746 struct test_implicit_throw { struct
747 test_implicit_throw() { throw 42; } in test_implicit_throw() argument
748 test_implicit_throw(const test_implicit_throw&) { throw 42; } in test_implicit_throw() argument
749 test_implicit_throw(test_implicit_throw&&) { throw 42; } in test_implicit_throw() argument
751 test_implicit_throw& operator=(const test_implicit_throw&) { throw 42; } in operator =() argument
752 test_implicit_throw in operator =() argument
754 ~test_implicit_throwPR55143::PR40583::test_implicit_throw ~test_implicit_throw() argument
[all...]