Searched refs:shouldSuppressFailure (Results 1 – 1 of 1) sorted by relevance
1366 bool shouldSuppressFailure( int flags );8236 …return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition ); in isOk()12414 …bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) … in shouldSuppressFailure() function