Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h777 is_false = 2 * is_nothrow, enumerator
778 is_unary = 2 * is_false, // not checked anywhere - used just to distinguish the types
795 DT_WARN_FALSE = is_normal | is_false | is_warn,
796 DT_CHECK_FALSE = is_normal | is_false | is_check,
797 DT_REQUIRE_FALSE = is_normal | is_false | is_require,
847 DT_WARN_UNARY_FALSE = is_normal | is_false | is_unary | is_warn,
848 DT_CHECK_UNARY_FALSE = is_normal | is_false | is_unary | is_check,
849 DT_REQUIRE_UNARY_FALSE = is_normal | is_false | is_unary | is_require,
1565 if(m_at & assertType::is_false) { //!OCLINT bitwise operator in conditional
1757 if (m_at & assertType::is_false) { //!OCLINT bitwise operator in conditional
[all …]