Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dmember-init.cpp40 struct ThrowCtor { ThrowCtor(int) noexcept(false); }; struct
43 struct Throw { ThrowCtor tc = 42; };
55 ThrowCtor tc = 123;