Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_result_type.h50 inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; } in isFalseTest() function
Dcatch_assertionresult.cpp56 if( isFalseTest( m_info.resultDisposition ) ) in getExpression()
Dcatch_run_context.cpp394 bool negated = isFalseTest( info.resultDisposition ); in handleExpr()
/external/bcc/tests/cc/
Dcatch.hpp815 …inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTes… in isFalseTest() function
7265 if( isFalseTest( m_info.resultDisposition ) ) in getExpression()
8193 m_exprComponents.testFalse = isFalseTest( m_assertionInfo.resultDisposition ); in endExpression()
/external/catch2/single_include/catch2/
Dcatch.hpp1098 inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; } in isFalseTest() function
6405 if( isFalseTest( m_info.resultDisposition ) ) in getExpression()
10623 bool negated = isFalseTest( info.resultDisposition ); in handleExpr()