Home
last modified time | relevance | path

Searched refs:__pop (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Drecursive_directory_iterator.h93 _LIBCPP_HIDE_FROM_ABI void pop() { __pop(); } in pop()
95 _LIBCPP_HIDE_FROM_ABI void pop(error_code& __ec) { __pop(&__ec); } in pop()
115 _LIBCPP_EXPORTED_FROM_ABI void __pop(error_code* __ec = nullptr);
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp227 void recursive_directory_iterator::__pop(error_code* ec) { in __pop() function in recursive_directory_iterator