Home
last modified time | relevance | path

Searched refs:ErrorIsImp (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp414 inline bool ErrorIsImp(const std::error_code& ec, in ErrorIsImp() function
426 return ErrorIsImp(ec, errors); in ErrorIs()
470 TEST_CHECK(ErrorIsImp(Err.code(), {expected_err})); in operator ()()
/external/llvm-project/libcxx/test/support/
Dfilesystem_test_helper.h585 inline bool ErrorIsImp(const std::error_code& ec, in ErrorIsImp() function
598 return ErrorIsImp(ec, errors); in ErrorIs()
642 TEST_CHECK(ErrorIsImp(Err.code(), {expected_err})); in operator()