HomeSort by relevance Sort by last modified time
    Searched refs:DirIterState (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
FileSystem.h 755 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> {
764 DirIterState()
767 ~DirIterState() {
780 IntrusiveRefCntPtr<detail::DirIterState> State
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 766 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> {
775 DirIterState()
778 ~DirIterState() {
791 IntrusiveRefCntPtr<detail::DirIterState> State
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h     [all...]

Completed in 153 milliseconds