Searched refs:handleExpr (Results 1 – 10 of 10) sorted by relevance
/external/catch2/include/internal/ |
D | catch_assertionhandler.h | 64 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr() function 65 handleExpr( expr.makeUnaryExpr() ); in handleExpr() 67 void handleExpr( ITransientExpression const& expr );
|
D | catch_assertionhandler.cpp | 64 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr() function in Catch::AssertionHandler 65 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()
|
D | catch_capture_matchers.h | 62 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( arg, matcher, #matcher##_catch_sr ) ); \ 78 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( ex, matcher, #matcher##_catch_sr ) ); \
|
D | catch_capture_matchers.cpp | 21 handler.handleExpr( expr ); in handleExceptionMatchExpr()
|
D | catch_interfaces_capture.h | 63 virtual void handleExpr
|
D | catch_run_context.h | 55 void handleExpr
|
D | catch_capture.hpp | 50 catchAssertionHandler.handleExpr( Catch::Decomposer() <= __VA_ARGS__ ); \
|
D | catch_run_context.cpp | 396 void RunContext::handleExpr( in handleExpr() function in Catch::RunContext
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2457 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/ |
D | catch.hpp | 2479 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 …]
|