Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Ddefault.pass.cpp43 struct DefaultCtorThrows { struct
44 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.variant/variant.ctor/
Ddefault.pass.cpp35 struct DefaultCtorThrows { struct
36 DefaultCtorThrows() { throw 42; } in DefaultCtorThrows() function