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

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

Completed in 50 milliseconds