Searched refs:isThrowSafe (Results 1 – 1 of 1) sorted by relevance
563 bool isThrowSafe( TestCase const& testCase, IConfig const& config );12135 bool isThrowSafe( TestCase const& testCase, IConfig const& config );13974 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function13979 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()14390 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()