Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h774 is_throws_with = 2 * is_throws_as, enumerator
775 is_nothrow = 2 * is_throws_with,
807 DT_WARN_THROWS_WITH = is_throws_with | is_warn,
808 DT_CHECK_THROWS_WITH = is_throws_with | is_check,
809 DT_REQUIRE_THROWS_WITH = is_throws_with | is_require,
811 DT_WARN_THROWS_WITH_AS = is_throws_with | is_throws_as | is_warn,
812 DT_CHECK_THROWS_WITH_AS = is_throws_with | is_throws_as | is_check,
813 DT_REQUIRE_THROWS_WITH_AS = is_throws_with | is_throws_as | is_require,
5669 if(rb.m_at & assertType::is_throws_with)
5706 if((rb.m_at & (assertType::is_throws_as | assertType::is_throws_with)) ==
[all …]