Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
DT.pass.cpp40 struct ThrowsT { struct
41 ThrowsT(int) noexcept(false) {} in ThrowsT() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.variant/variant.ctor/
DT.pass.cpp32 struct ThrowsT { struct
33 ThrowsT(int) noexcept(false) {} in ThrowsT() argument