Searched defs:do_throw (Results 1 – 2 of 2) sorted by relevance
39 void call2(size_t* ntraced, bool do_throw) { in call2()48 void call1(size_t* ntraced, bool do_throw) { in call1()
57 template <bool Throws> void do_throw() {} in do_throw() function59 template <> void do_throw<true>() { in do_throw() function