Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_assertionhandler.h64 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr() function
65 handleExpr( expr.makeUnaryExpr() ); in handleExpr()
67 void handleExpr( ITransientExpression const& expr );
Dcatch_assertionhandler.cpp64 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr() function in Catch::AssertionHandler
65 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()
Dcatch_capture_matchers.h62 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( arg, matcher, #matcher##_catch_sr ) ); \
78 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( ex, matcher, #matcher##_catch_sr ) ); \
Dcatch_capture_matchers.cpp21 handler.handleExpr( expr ); in handleExceptionMatchExpr()
Dcatch_interfaces_capture.h63 virtual void handleExpr
Dcatch_run_context.h55 void handleExpr
Dcatch_capture.hpp50 catchAssertionHandler.handleExpr( Catch::Decomposer() <= __VA_ARGS__ ); \
Dcatch_run_context.cpp396 void RunContext::handleExpr( in handleExpr() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp2457 virtual void handleExpr
2541 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr() function in Catch::AssertionHandler
2542 handleExpr( expr.makeUnaryExpr() ); in handleExpr()
2544 void handleExpr( ITransientExpression const& expr );
2684 catchAssertionHandler.handleExpr( Catch::Decomposer() <= __VA_ARGS__ ); \
3780 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( arg, matcher, #matcher##_catch_sr ) ); \
3795 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( ex, matcher, #matcher##_catch_sr ) ); \
8040 void handleExpr
8188 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr() function in Catch::AssertionHandler
8189 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp2479 virtual void handleExpr
2563 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr() function in Catch::AssertionHandler
2564 handleExpr( expr.makeUnaryExpr() ); in handleExpr()
2566 void handleExpr( ITransientExpression const& expr );
2706 catchAssertionHandler.handleExpr( Catch::Decomposer() <= __VA_ARGS__ ); \
3804 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( arg, matcher, #matcher##_catch_sr ) ); \
3819 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( ex, matcher, #matcher##_catch_sr ) ); \
8095 void handleExpr
8243 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr() function in Catch::AssertionHandler
8244 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()
[all …]