Searched refs:__equivalent (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | operations.h | 50 _LIBCPP_FUNC_VIS bool __equivalent(const path&, const path&, error_code* __ec = nullptr); 95 …E_FROM_ABI bool equivalent(const path& __p1, const path& __p2) { return __equivalent(__p1, __p2); } in equivalent() 96 …nst path& __p1, const path& __p2, error_code& __ec) noexcept { return __equivalent(__p1, __p2, &__… in equivalent()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | operations.cpp | 1132 bool __equivalent(const path& p1, const path& p2, error_code* ec) { in __equivalent() function
|