Searched defs:CHECK_NOTHROW (Results 1 – 3 of 3) sorted by relevance
208 #define CHECK_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "CHECK_NOTHROW", Catch::ResultDisposition::Co… macro375 #define CHECK_NOTHROW( ... ) (void)(0) macro
14694 #define CHECK_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "CHECK_NOTHROW", Catch::ResultDisposition::Co… macro14859 #define CHECK_NOTHROW( ... ) (void)(0) macro
10389 #define CHECK_NOTHROW( expr ) INTERNAL_CATCH_NO_THROW( expr, Catch::ResultDisposition::ContinueOnFa… macro