Searched refs:DirIterState (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFileSystem.h755 struct DirIterState;
757 std::error_code directory_iterator_construct(DirIterState &, StringRef);
758 std::error_code directory_iterator_increment(DirIterState &);
759 std::error_code directory_iterator_destruct(DirIterState &);
761 /// DirIterState - Keeps state for the directory_iterator. It is reference
763 struct DirIterState : public RefCountedBase<DirIterState> { struct in namespace:llvm::sys::fs::detail
764 DirIterState() function in struct:llvm::sys::fs::detail::DirIterState
767 ~DirIterState() {
780 IntrusiveRefCntPtr<detail::DirIterState> Stat
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h766 struct DirIterState;
768 std::error_code directory_iterator_construct(DirIterState &, StringRef);
769 std::error_code directory_iterator_increment(DirIterState &);
770 std::error_code directory_iterator_destruct(DirIterState &);
772 /// DirIterState - Keeps state for the directory_iterator. It is reference
774 struct DirIterState : public RefCountedBase<DirIterState> { struct in namespace:llvm::sys::fs::detail
775 DirIterState() function in struct:llvm::sys::fs::detail::DirIterState
778 ~DirIterState() {
791 IntrusiveRefCntPtr<detail::DirIterState> Stat
[all...]

Completed in 133 milliseconds