Lines Matching defs:is_throws_as
573 is_throws_as = 2 * is_throws,
574 is_throws_with = 2 * is_throws_as,
603 DT_WARN_THROWS_AS = is_throws_as | is_warn,
604 DT_CHECK_THROWS_AS = is_throws_as | is_check,
605 DT_REQUIRE_THROWS_AS = is_throws_as | is_require,
611 DT_WARN_THROWS_WITH_AS = is_throws_with | is_throws_as | is_warn,
612 DT_CHECK_THROWS_WITH_AS = is_throws_with | is_throws_as | is_check,
613 DT_REQUIRE_THROWS_WITH_AS = is_throws_with | is_throws_as | is_require,
4490 } else if((m_at & assertType::is_throws_as) && (m_at & assertType::is_throws_with)) { //!OCLINT
4492 } else if(m_at & assertType::is_throws_as) { //!OCLINT bitwise operator in conditional
5174 if(rb.m_at & assertType::is_throws_as)
5213 if((rb.m_at & (assertType::is_throws_as | assertType::is_throws_with)) ==
5220 } else if((rb.m_at & assertType::is_throws_as) &&
5234 assertType::is_throws_as) { //!OCLINT bitwise operator in conditional