Home
last modified time | relevance | path

Searched refs:ErrorIsImp (Results 1 – 1 of 1) 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 ()()