Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dbacktrace_test.pass.cpp39 void call2(size_t* ntraced, bool do_throw) { in call2() argument
40 if (do_throw) { in call2()
48 void call1(size_t* ntraced, bool do_throw) { in call1() argument
49 call2(ntraced, do_throw); in call1()
/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp57 template <bool Throws> void do_throw() {} in do_throw() function
59 template <> void do_throw<true>() { in do_throw() function
81 do_throw<!NT_Move>(); in NothrowTypeImp()
90 do_throw<!NT_MoveAssign>(); in operator =()
117 do_throw<!NT_Swap>(); in swap()
171 do_throw<true>(); in ThrowsOnSecondMove()