Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h775 is_nothrow = 2 * is_throws_with, enumerator
777 is_false = 2 * is_nothrow,
815 DT_WARN_NOTHROW = is_nothrow | is_warn,
816 DT_CHECK_NOTHROW = is_nothrow | is_check,
817 DT_REQUIRE_NOTHROW = is_nothrow | is_require,
4994 } else if(m_at & assertType::is_nothrow) { //!OCLINT bitwise operator in conditional
5744 } else if(rb.m_at & assertType::is_nothrow) { //!OCLINT bitwise operator in conditional