Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h772 is_throws = 2 * is_normal, enumerator
773 is_throws_as = 2 * is_throws,
799 DT_WARN_THROWS = is_throws | is_warn,
800 DT_CHECK_THROWS = is_throws | is_check,
801 DT_REQUIRE_THROWS = is_throws | is_require,
4986 if(m_at & assertType::is_throws) { //!OCLINT bitwise operator in conditional
5711 if(rb.m_at & assertType::is_throws) { //!OCLINT bitwise operator in conditional