Searched refs:handleExpr (Results 1 – 1 of 1) sorted by relevance
2441 virtual void handleExpr2525 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr() function in Catch::AssertionHandler2526 handleExpr( expr.makeUnaryExpr() ); in handleExpr()2528 void handleExpr( ITransientExpression const& expr );2667 catchAssertionHandler.handleExpr( Catch::Decomposer() <= __VA_ARGS__ ); \3762 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( arg, matcher, #matcher##_catch_sr ) ); \3777 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( ex, matcher, #matcher##_catch_sr ) ); \7997 void handleExpr8145 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr() function in Catch::AssertionHandler8146 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()[all …]