Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape.cpp737 struct test_explicit_throw { struct
738 test_explicit_throw() throw(int) { throw 42; } in test_explicit_throw() argument
739 test_explicit_throw(const test_explicit_throw&) throw(int) { throw 42; } in test_explicit_throw() argument
740 test_explicit_throw(test_explicit_throw&&) throw(int) { throw 42; } in test_explicit_throw() argument
741 test_explicit_throw& operator=(const test_explicit_throw&) throw(int) { throw 42; } in operator =() argument
742 test_explicit_throw& operator=(test_explicit_throw in operator =() argument
743 ~test_explicit_throwPR55143::PR40583::test_explicit_throw ~test_explicit_throw() argument
[all...]