Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h773 is_throws_as = 2 * is_throws, enumerator
774 is_throws_with = 2 * is_throws_as,
803 DT_WARN_THROWS_AS = is_throws_as | is_warn,
804 DT_CHECK_THROWS_AS = is_throws_as | is_check,
805 DT_REQUIRE_THROWS_AS = is_throws_as | 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,
5667 if(rb.m_at & assertType::is_throws_as)
5706 if((rb.m_at & (assertType::is_throws_as | assertType::is_throws_with)) ==
[all …]