Home
last modified time | relevance | path

Searched refs:CurrentEntry (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/include/llvm/Support/
DYAMLParser.h313 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;
337 assert((Base->CurrentEntry == Other.Base->CurrentEntry)
352 if (!Base->CurrentEntry)
400 IsAtEnd(false), CurrentEntry(nullptr) {} in MappingNode()
421 KeyValueNode *CurrentEntry; variable
[all …]
DFileSystem.h772 directory_entry CurrentEntry; member
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/
DYAMLParser.h316 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;
340 assert((Base->CurrentEntry == Other.Base->CurrentEntry)
355 if (!Base->CurrentEntry)
403 IsAtEnd(false), CurrentEntry(nullptr) {} in MappingNode()
424 KeyValueNode *CurrentEntry; variable
[all …]
DFileSystem.h783 directory_entry CurrentEntry; member
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/llvm-project/llvm/include/llvm/Support/
DYAMLParser.h331 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
332 return Base->CurrentEntry;
336 assert(Base && Base->CurrentEntry &&
338 return *Base->CurrentEntry;
342 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
343 return Base->CurrentEntry;
355 assert((Base->CurrentEntry == Other.Base->CurrentEntry)
370 if (!Base->CurrentEntry)
440 KeyValueNode *CurrentEntry = nullptr; variable
498 Node *CurrentEntry = nullptr; variable
DVirtualFileSystem.h152 directory_entry CurrentEntry; member
166 if (Impl->CurrentEntry.path().empty()) in directory_iterator()
177 if (Impl->CurrentEntry.path().empty()) in increment()
182 const directory_entry &operator*() const { return Impl->CurrentEntry; }
183 const directory_entry *operator->() const { return &Impl->CurrentEntry; }
187 return Impl->CurrentEntry.path() == RHS.Impl->CurrentEntry.path();
DFileSystem.h1318 directory_entry CurrentEntry; member
1357 const directory_entry &operator*() const { return State->CurrentEntry; }
1358 const directory_entry *operator->() const { return &State->CurrentEntry; }
1364 return State->CurrentEntry == directory_entry();
1366 return RHS.State->CurrentEntry == directory_entry();
1367 return State->CurrentEntry == RHS.State->CurrentEntry;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h330 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
331 return Base->CurrentEntry;
335 assert(Base && Base->CurrentEntry &&
337 return *Base->CurrentEntry;
341 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
342 return Base->CurrentEntry;
354 assert((Base->CurrentEntry == Other.Base->CurrentEntry)
369 if (!Base->CurrentEntry)
439 KeyValueNode *CurrentEntry = nullptr; variable
497 Node *CurrentEntry = nullptr; variable
DVirtualFileSystem.h151 directory_entry CurrentEntry; member
165 if (Impl->CurrentEntry.path().empty()) in directory_iterator()
176 if (Impl->CurrentEntry.path().empty()) in increment()
181 const directory_entry &operator*() const { return Impl->CurrentEntry; }
182 const directory_entry *operator->() const { return &Impl->CurrentEntry; }
186 return Impl->CurrentEntry.path() == RHS.Impl->CurrentEntry.path();
DFileSystem.h1272 directory_entry CurrentEntry; member
1311 const directory_entry &operator*() const { return State->CurrentEntry; }
1312 const directory_entry *operator->() const { return &State->CurrentEntry; }
1318 return State->CurrentEntry == directory_entry();
1320 return RHS.State->CurrentEntry == directory_entry();
1321 return State->CurrentEntry == RHS.State->CurrentEntry;
/external/clang/include/clang/Basic/
DVirtualFileSystem.h117 Status CurrentEntry; member
130 if (!Impl->CurrentEntry.isStatusKnown()) in directory_iterator()
141 if (EC || !Impl->CurrentEntry.isStatusKnown()) in increment()
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/llvm-project/llvm/lib/Support/
DYAMLParser.cpp2126 CurrentEntry = nullptr; in increment()
2129 if (CurrentEntry) { in increment()
2130 CurrentEntry->skip(); in increment()
2133 CurrentEntry = nullptr; in increment()
2140 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
2146 CurrentEntry = nullptr; in increment()
2153 CurrentEntry = nullptr; in increment()
2167 CurrentEntry = nullptr; in increment()
2174 CurrentEntry = nullptr; in increment()
2182 CurrentEntry = nullptr; in increment()
[all …]
DVirtualFileSystem.cpp363 CurrentEntry = directory_entry(Iter->path(), Iter->type()); in RealFSDirIter()
369 CurrentEntry = (Iter == llvm::sys::fs::directory_iterator()) in increment()
491 CurrentEntry = directory_entry(); in incrementImpl()
494 CurrentEntry = *CurrentDirIter; in incrementImpl()
495 StringRef Name = llvm::sys::path::filename(CurrentEntry.path()); in incrementImpl()
906 CurrentEntry = directory_entry(std::string(Path.str()), Type); in setCurrentEntry()
910 CurrentEntry = directory_entry(); in setCurrentEntry()
2196 CurrentEntry = directory_entry(); in incrementExternal()
2198 CurrentEntry = *ExternalDirIter; in incrementExternal()
2219 CurrentEntry = directory_entry(std::string(PathStr.str()), Type); in incrementContent()
[all …]
/external/llvm/lib/Support/
DYAMLParser.cpp2123 CurrentEntry = nullptr; in increment()
2126 if (CurrentEntry) { in increment()
2127 CurrentEntry->skip(); in increment()
2130 CurrentEntry = nullptr; in increment()
2137 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
2143 CurrentEntry = nullptr; in increment()
2149 CurrentEntry = nullptr; in increment()
2162 CurrentEntry = nullptr; in increment()
2169 CurrentEntry = nullptr; in increment()
2177 CurrentEntry = nullptr; in increment()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp2135 CurrentEntry = nullptr; in increment()
2138 if (CurrentEntry) { in increment()
2139 CurrentEntry->skip(); in increment()
2142 CurrentEntry = nullptr; in increment()
2149 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
2155 CurrentEntry = nullptr; in increment()
2162 CurrentEntry = nullptr; in increment()
2176 CurrentEntry = nullptr; in increment()
2183 CurrentEntry = nullptr; in increment()
2191 CurrentEntry = nullptr; in increment()
[all …]
DVirtualFileSystem.cpp363 CurrentEntry = directory_entry(Iter->path(), Iter->type()); in RealFSDirIter()
369 CurrentEntry = (Iter == llvm::sys::fs::directory_iterator()) in increment()
491 CurrentEntry = directory_entry(); in incrementImpl()
494 CurrentEntry = *CurrentDirIter; in incrementImpl()
495 StringRef Name = llvm::sys::path::filename(CurrentEntry.path()); in incrementImpl()
907 CurrentEntry = directory_entry(Path.str(), Type); in setCurrentEntry()
911 CurrentEntry = directory_entry(); in setCurrentEntry()
2084 CurrentEntry = directory_entry(); in incrementExternal()
2086 CurrentEntry = *ExternalDirIter; in incrementExternal()
2107 CurrentEntry = directory_entry(PathStr.str(), Type); in incrementContent()
[all …]
/external/llvm-project/lldb/unittests/Host/
DFileSystemTest.cpp104 CurrentEntry = vfs::directory_entry(std::string(I->second.getName()), in DirIterImpl()
114 CurrentEntry = vfs::directory_entry(std::string(I->second.getName()), in increment()
120 CurrentEntry = vfs::directory_entry(); in increment()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp261 CurrentEntry = Status::copyWithNewName(S, Iter->path()); in RealFSDirIter()
271 CurrentEntry = Status(); in increment()
275 CurrentEntry = Status::copyWithNewName(S, Iter->path()); in increment()
374 CurrentEntry = Status(); in incrementImpl()
377 CurrentEntry = *CurrentDirIter; in incrementImpl()
378 StringRef Name = llvm::sys::path::filename(CurrentEntry.getName()); in incrementImpl()
651 CurrentEntry = I->second->getStatus(); in InMemoryDirIterator()
658 CurrentEntry = I != E ? I->second->getStatus() : Status(); in increment()
1764 CurrentEntry = *S; in VFSFromYamlDirIterImpl()
1778 CurrentEntry = *S; in increment()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h481 Optional<Entry> CurrentEntry; variable
508 const Entry &operator*() const { return *CurrentEntry; }
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h480 Optional<Entry> CurrentEntry; variable
507 const Entry &operator*() const { return *CurrentEntry; }
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java151 private CurrentEntry entry;
751 entry = new CurrentEntry((ZipArchiveEntry) archiveEntry); in putArchiveEntry()
1651 private static final class CurrentEntry { class in ZipArchiveOutputStream
1652 private CurrentEntry(final ZipArchiveEntry entry) { in CurrentEntry() method in ZipArchiveOutputStream.CurrentEntry
DZipArchiveInputStream.java102 private CurrentEntry current = null;
264 current = new CurrentEntry(); in getNextZipEntry()
1158 private static final class CurrentEntry { class in ZipArchiveInputStream
/external/llvm/lib/Support/Unix/
DPath.inc522 it.CurrentEntry = directory_entry(path_null.str());
530 it.CurrentEntry = directory_entry();
544 it.CurrentEntry.replace_filename(name);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc538 it.CurrentEntry = directory_entry(path_null.str());
546 it.CurrentEntry = directory_entry();
560 it.CurrentEntry.replace_filename(name);
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp89 CurrentEntry = I->second; in DirIterImpl()
98 CurrentEntry = I->second; in increment()
103 CurrentEntry = vfs::Status(); in increment()

12