Searched defs:do_throw (Results 1 – 13 of 13) 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()
65 bool do_throw = false; in main() local
65 template <bool Throws> void do_throw() {} in do_throw() function67 template <> void do_throw<true>() { in do_throw() function
101 template <typename Exception> inline void do_throw(const Exception& x) { in do_throw() function
103 template <typename Exception> inline void do_throw(const Exception& x) { in do_throw() function
948 def do_throw(g): function