Searched refs:ExprLhs (Results 1 – 3 of 3) sorted by relevance
166 class ExprLhs {169 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} in ExprLhs() function226 void handleExpression( ExprLhs<T> const& expr ) { in handleExpression()232 auto operator <= ( T const& lhs ) -> ExprLhs<T const&> {233 return ExprLhs<T const&>{ lhs };236 auto operator <=( bool value ) -> ExprLhs<bool> {237 return ExprLhs<bool>{ value };
64 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr()
1984 class ExprLhs { class1987 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} in ExprLhs() function in Catch::ExprLhs2044 void handleExpression( ExprLhs<T> const& expr ) { in handleExpression()2050 auto operator <= ( T const& lhs ) -> ExprLhs<T const&> { in operator <=()2051 return ExprLhs<T const&>{ lhs }; in operator <=()2054 auto operator <=( bool value ) -> ExprLhs<bool> { in operator <=()2055 return ExprLhs<bool>{ value }; in operator <=()2192 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr()