Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp236 c->__remove(p); in __erase_i()
378 c->__remove(i); in __iterator_copy()
570 __c_node::__remove(__i_node* p) in __remove() function in __c_node
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__debug134 _LIBCPP_HIDDEN void __remove(__i_node* __i);
H A Dfilesystem1805 bool __remove(const path& p, error_code* ec = nullptr);
2230 return __remove(__p);
2235 return __remove(__p, &__ec);
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1331 bool __remove(const path& p, error_code* ec) { in __remove() function
1360 if (!__remove(p, &ec)) in remove_all_impl()