Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h576 inline bool ErrorIsImp(const std::error_code& ec, in ErrorIsImp() function
589 return ErrorIsImp(ec, errors); in ErrorIs()
656 TEST_CHECK(ErrorIsImp(Err.code(), {expected_err})); in operator()