Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dwarn-throw-out-noexcept-func.cpp56 struct C_ShouldNotDiag { struct
58 ~C_ShouldNotDiag() noexcept(false) {} in ~C_ShouldNotDiag() argument
61 C_ShouldNotDiag c;
67 C_ShouldNotDiag c;