Home
last modified time | relevance | path

Searched refs:do_not_throw (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/variant/test/
Dvariant_nonempty_check.cpp42 do_not_throw = 780, enumerator
51 if (trash < do_not_throw) { in is_throw()
55 if (trash > do_not_throw && trash <= throw_after_1) { in is_throw()
60 return trash != do_not_throw; in is_throw()
347 throw_not_now.trash = throwing_class::do_not_throw; in check_5_impl()
363 boost::get<throwing_class>(v1).trash = throwing_class::do_not_throw; in check_5_impl()
364 boost::get<throwing_class>(v2).trash = throwing_class::do_not_throw; in check_5_impl()
403 throw_not_now.trash = throwing_class::do_not_throw; in check_6_impl()
464 for (int i = throwing_class::throw_after_1 + 1; i != throwing_class::do_not_throw; --i) { in main()