Home
last modified time | relevance | path

Searched refs:DirIterState (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h1402 struct DirIterState;
1404 std::error_code directory_iterator_construct(DirIterState &, StringRef, bool);
1405 std::error_code directory_iterator_increment(DirIterState &);
1406 std::error_code directory_iterator_destruct(DirIterState &);
1409 struct DirIterState { struct
1410 ~DirIterState() { in ~DirIterState() argument
1424 std::shared_ptr<detail::DirIterState> State; argument
1431 State = std::make_shared<detail::DirIterState>(); in FollowSymlinks()
1440 State = std::make_shared<detail::DirIterState>(); in FollowSymlinks()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc889 std::error_code detail::directory_iterator_construct(detail::DirIterState &it,
904 std::error_code detail::directory_iterator_destruct(detail::DirIterState &it) {
926 std::error_code detail::directory_iterator_increment(detail::DirIterState &It) {
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc976 std::error_code detail::directory_iterator_construct(detail::DirIterState &IT,
1033 std::error_code detail::directory_iterator_destruct(detail::DirIterState &IT) {
1042 std::error_code detail::directory_iterator_increment(detail::DirIterState &IT) {