Home | History | Annotate | Download | only in exception

Lines Matching refs:set_info

190         E const & set_info( E const &, error_info<Tag,T> const & );
193 E const & set_info( E const &, throw_function const & );
196 E const & set_info( E const &, throw_file const & );
199 E const & set_info( E const &, throw_line const & );
243 friend E const & exception_detail::set_info( E const &, throw_function const & );
246 friend E const & exception_detail::set_info( E const &, throw_file const & );
249 friend E const & exception_detail::set_info( E const &, throw_line const & );
252 friend E const & exception_detail::set_info( E const &, error_info<Tag,T> const & );
285 set_info( E const & x, throw_function const & y )
293 set_info( E const & x, throw_file const & y )
301 set_info( E const & x, throw_line const & y )