Home
last modified time | relevance | path

Searched refs:EntryPtr (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A DnsBaseHashtable.hpp38 struct EntryPtr { struct in nsBaseHashtable
44 EntryPtr(nsBaseHashtable&, EntryType*, bool);
45 ~EntryPtr();
H A Dissue-1113-template-references.hpp11 struct EntryPtr { struct in nsBaseHashtable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp1787 const uint8_t *EntryPtr = reinterpret_cast<const uint8_t *>(&Entry); in getContents() local
1788 ptrdiff_t EntryOffset = EntryPtr - BBS.data().data(); in getContents()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3765 [TE](const std::unique_ptr<TreeEntry> &EntryPtr) {
3766 return EntryPtr->State == TreeEntry::NeedToGather &&
3767 EntryPtr->isSame(TE.Scalars);
5427 for (auto &EntryPtr : VectorizableTree)
5428 Expr.insert(EntryPtr->Scalars.begin(), EntryPtr->Scalars.end());

Completed in 12 milliseconds