Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape-throw.cpp28 struct sub_throws : super_throws { struct
29 sub_throws() throw() : super_throws() {} in sub_throws() function
H A Dexception-escape.cpp681 struct sub_throws : super_throws { struct
682 sub_throws() noexcept : super_throws() {} in sub_throws() argument