Searched refs:throw_function_ (Results 1 – 2 of 2) sorted by relevance
89 typedef error_info<struct throw_function_,char const *> throw_function;95 error_info<throw_function_,char const *>213 throw_function_(0), in exception()224 throw_function_(x.throw_function_), in exception()264 mutable char const * throw_function_; member in boost::exception287 x.throw_function_=y.v_; in set_info()419 a->throw_function_ = b->throw_function_; in copy_boost_exception()
55 return x.throw_function_ ? &x.throw_function_ : 0; in get()