Searched refs:CurrentEntry (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/Support/
H A DYAMLParser.h303 /// BaseT must have a ValueT* member named CurrentEntry and a member function
304 /// increment() which must set CurrentEntry to 0 to create an end iterator.
313 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
314 return Base->CurrentEntry;
318 assert(Base && Base->CurrentEntry &&
320 return *Base->CurrentEntry;
324 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
325 return Base->CurrentEntry;
333 /// hence Base.CurrentEntry and Other.Base.CurrentEntry ar
421 KeyValueNode *CurrentEntry; member in class:llvm::yaml::final
480 Node *CurrentEntry; member in class:llvm::yaml::final
[all...]
H A DFileSystem.h772 directory_entry CurrentEntry; member in struct:llvm::sys::fs::detail::DirIterState
804 const directory_entry &operator*() const { return State->CurrentEntry; }
805 const directory_entry *operator->() const { return &State->CurrentEntry; }
811 return State->CurrentEntry == directory_entry();
813 return RHS.State->CurrentEntry == directory_entry();
814 return State->CurrentEntry == RHS.State->CurrentEntry;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLParser.h306 /// BaseT must have a ValueT* member named CurrentEntry and a member function
307 /// increment() which must set CurrentEntry to 0 to create an end iterator.
316 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
317 return Base->CurrentEntry;
321 assert(Base && Base->CurrentEntry &&
323 return *Base->CurrentEntry;
327 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
328 return Base->CurrentEntry;
336 /// hence Base.CurrentEntry and Other.Base.CurrentEntry ar
424 KeyValueNode *CurrentEntry; member in class:llvm::yaml::final
483 Node *CurrentEntry; member in class:llvm::yaml::final
[all...]
H A DFileSystem.h783 directory_entry CurrentEntry; member in struct:llvm::sys::fs::detail::DirIterState
815 const directory_entry &operator*() const { return State->CurrentEntry; }
816 const directory_entry *operator->() const { return &State->CurrentEntry; }
822 return State->CurrentEntry == directory_entry();
824 return RHS.State->CurrentEntry == directory_entry();
825 return State->CurrentEntry == RHS.State->CurrentEntry;
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h114 /// \brief Sets \c CurrentEntry to the next entry in the directory on success,
117 Status CurrentEntry; member in struct:clang::vfs::detail::DirIterImpl
130 if (!Impl->CurrentEntry.isStatusKnown())
141 if (EC || !Impl->CurrentEntry.isStatusKnown())
146 const Status &operator*() const { return Impl->CurrentEntry; }
147 const Status *operator->() const { return &Impl->CurrentEntry; }
151 return Impl->CurrentEntry.equivalent(RHS.Impl->CurrentEntry);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DFileSystem.h487 directory_entry CurrentEntry; member in class:llvm::sys::fs::directory_iterator
515 const directory_entry &operator*() const { return CurrentEntry; }
516 const directory_entry *operator->() const { return &CurrentEntry; }
519 return CurrentEntry != RHS.CurrentEntry;
/external/llvm/lib/Support/
H A DYAMLParser.cpp2123 CurrentEntry = nullptr;
2126 if (CurrentEntry) {
2127 CurrentEntry->skip();
2130 CurrentEntry = nullptr;
2137 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
2143 CurrentEntry = nullptr;
2149 CurrentEntry = nullptr;
2162 CurrentEntry = nullptr;
2169 CurrentEntry = nullptr;
2177 CurrentEntry
[all...]
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp261 CurrentEntry = Status::copyWithNewName(S, Iter->path());
271 CurrentEntry = Status();
275 CurrentEntry = Status::copyWithNewName(S, Iter->path());
374 CurrentEntry = Status();
377 CurrentEntry = *CurrentDirIter;
378 StringRef Name = llvm::sys::path::filename(CurrentEntry.getName());
651 CurrentEntry = I->second->getStatus();
656 // When we're at the end, make CurrentEntry invalid and DirIterImpl will do
658 CurrentEntry = I != E ? I->second->getStatus() : Status();
1764 CurrentEntry
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DPathV2.inc740 it.CurrentEntry = directory_entry(directory_entry_path.str());
750 it.CurrentEntry = directory_entry();
776 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp89 CurrentEntry = I->second;
98 CurrentEntry = I->second;
103 CurrentEntry = vfs::Status();
/external/llvm/lib/Support/Windows/
H A DPath.inc670 it.CurrentEntry = directory_entry(directory_entry_path);
680 it.CurrentEntry = directory_entry();
706 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DPath.inc664 it.CurrentEntry = directory_entry(directory_entry_path);
674 it.CurrentEntry = directory_entry();
700 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 619 milliseconds