Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape-throw.cpp24 struct super_throws { struct
25 super_throws() throw(int) { throw 42; } in super_throws() function
H A Dexception-escape.cpp677 struct super_throws { struct
678 super_throws() noexcept(false) { throw 42; } in super_throws() argument