Home
last modified time | relevance | path

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

/external/libcxx/src/
Ddebug.cpp276 c->__remove(p); in __erase_i()
418 c->__remove(i); in __iterator_copy()
610 __c_node::__remove(__i_node* p) in __remove() function in __c_node
/external/libcxx/include/
D__debug168 _LIBCPP_HIDDEN void __remove(__i_node* __i);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp794 bool __remove(const path& p, std::error_code *ec) { in __remove() function
820 if (!__remove(p, &ec)) return npos; in remove_all_impl()
/external/libcxx/include/experimental/
Dfilesystem1287 bool __remove(const path& p, error_code *ec=nullptr);
1682 return __remove(__p);
1687 return __remove(__p, &__ec);