Searched refs:do_throw (Results 1 – 2 of 2) sorted by relevance
39 void call2(size_t* ntraced, bool do_throw) { in call2() argument40 if (do_throw) { in call2()48 void call1(size_t* ntraced, bool do_throw) { in call1() argument49 call2(ntraced, do_throw); in call1()
57 template <bool Throws> void do_throw() {} in do_throw() function59 template <> void do_throw<true>() { in do_throw() function81 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()