Lines Matching +defs:t +defs:expr

2368     void handleExpression( ExprLhs<T> const& expr ) {  in handleExpression()
2525 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr()
2716 #define INTERNAL_CATCH_THROWS_AS( macroName, exceptionType, resultDisposition, expr ) \ argument
8104 auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& { in operator <<()
8145 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr()
8253 std::string expr; expr.reserve(m_info.capturedExpression.size() + 3); in getExpression() local
8265 std::string expr; in getExpressionInMacro() local
8283 std::string expr = m_resultData.reconstructExpression(); in getExpandedExpression() local
8313 … MatchExpr<std::string, StringMatcher const&> expr( exceptionMessage, matcher, matcherString ); in handleExceptionMatchExpr() local
11290 std::string to_string(T const& t) { in to_string()
12808 ITransientExpression const& expr, in handleExpr()
12832 ITransientExpression const *expr, in reportExpr()
14182 …if( std::all_of(m_children.begin(), m_children.end(), [](ITrackerPtr const& t){ return t->isComple… in close()
17205 #define CATCH_REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CATCH_REQUIRE_THR… argument
17206 #define CATCH_REQUIRE_THROWS_WITH( expr, matcher ) INTERNAL_CATCH_THROWS_STR_MATCHES( "CATCH_REQUIR… argument
17208 #define CATCH_REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES(… argument
17219 #define CATCH_CHECK_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CATCH_CHECK_THROWS_… argument
17220 #define CATCH_CHECK_THROWS_WITH( expr, matcher ) INTERNAL_CATCH_THROWS_STR_MATCHES( "CATCH_CHECK_TH… argument
17222 #define CATCH_CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES( "… argument
17301 #define REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "REQUIRE_THROWS_AS", exc… argument
17302 #define REQUIRE_THROWS_WITH( expr, matcher ) INTERNAL_CATCH_THROWS_STR_MATCHES( "REQUIRE_THROWS_WIT… argument
17304 #define REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES( "REQU… argument
17315 #define CHECK_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( "CHECK_THROWS_AS", excepti… argument
17316 #define CHECK_THROWS_WITH( expr, matcher ) INTERNAL_CATCH_THROWS_STR_MATCHES( "CHECK_THROWS_WITH", … argument
17318 #define CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES( "CHECK_… argument
17410 #define CATCH_REQUIRE_THROWS_AS( expr, exceptionType ) (void)(0) argument
17411 #define CATCH_REQUIRE_THROWS_WITH( expr, matcher ) (void)(0) argument
17413 #define CATCH_REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) (void)(0) argument
17424 #define CATCH_CHECK_THROWS_AS( expr, exceptionType ) (void)(0) argument
17425 #define CATCH_CHECK_THROWS_WITH( expr, matcher ) (void)(0) argument
17427 #define CATCH_CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) (void)(0) argument
17494 #define REQUIRE_THROWS_AS( expr, exceptionType ) (void)(0) argument
17495 #define REQUIRE_THROWS_WITH( expr, matcher ) (void)(0) argument
17497 #define REQUIRE_THROWS_MATCHES( expr, exceptionType, matcher ) (void)(0) argument
17508 #define CHECK_THROWS_AS( expr, exceptionType ) (void)(0) argument
17509 #define CHECK_THROWS_WITH( expr, matcher ) (void)(0) argument
17511 #define CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) (void)(0) argument