Lines Matching refs:is_warn
767 is_warn = 1, enumerator
768 is_check = 2 * is_warn,
791 DT_WARN = is_normal | is_warn,
795 DT_WARN_FALSE = is_normal | is_false | is_warn,
799 DT_WARN_THROWS = is_throws | is_warn,
803 DT_WARN_THROWS_AS = is_throws_as | is_warn,
807 DT_WARN_THROWS_WITH = is_throws_with | is_warn,
811 DT_WARN_THROWS_WITH_AS = is_throws_with | is_throws_as | is_warn,
815 DT_WARN_NOTHROW = is_nothrow | is_warn,
819 DT_WARN_EQ = is_normal | is_eq | is_warn,
823 DT_WARN_NE = is_normal | is_ne | is_warn,
827 DT_WARN_GT = is_normal | is_gt | is_warn,
831 DT_WARN_LT = is_normal | is_lt | is_warn,
835 DT_WARN_GE = is_normal | is_ge | is_warn,
839 DT_WARN_LE = is_normal | is_le | is_warn,
843 DT_WARN_UNARY = is_normal | is_unary | is_warn,
847 DT_WARN_UNARY_FALSE = is_normal | is_false | is_unary | is_warn,
2405 doctest::detail::MessageBuilder mb_name(__FILE__, __LINE__, doctest::assertType::is_warn); \
2422 #define DOCTEST_ADD_MESSAGE_AT(file, line, ...) DOCTEST_ADD_AT_IMPL(is_warn, file, line, DOCTEST_AN…
3925 if(at & assertType::is_warn) //!OCLINT bitwise operator in conditional
4926 if((at & assertType::is_warn) == 0) //!OCLINT bitwise operator in conditional
4931 if((at & assertType::is_warn) == 0) //!OCLINT bitwise operator in conditional
5062 const bool isWarn = m_severity & assertType::is_warn;
5963 if(mb.m_severity & assertType::is_warn) // report only failures
6050 (at & assertType::is_warn) ? Color::Yellow : Color::Red;
6455 << getSuccessOrFailString(mb.m_severity & assertType::is_warn, mb.m_severity,