Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_remove.h36 namespace __remove {
58 inline constexpr auto remove = __remove::__fn{};
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dintrusive_list_view.h62 _LIBCPP_HIDE_FROM_ABI void __remove(_Node* __node) noexcept { in __remove() function
H A Dstop_state.h190 __callback_list_.__remove(__cb); in __remove_callback()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h65 _LIBCPP_EXPORTED_FROM_ABI bool __remove(const path&, error_code* __ec = nullptr);
274 inline _LIBCPP_HIDE_FROM_ABI bool remove(const path& __p) { return __remove(__p); } in remove()
275 …E_FROM_ABI bool remove(const path& __p, error_code& __ec) noexcept { return __remove(__p, &__ec); } in remove()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp689 bool __remove(const path& p, error_code* ec) { in __remove() function
730 if (!__remove(p, &ec)) in remove_all_impl()