Home
last modified time | relevance | path

Searched refs:getNextForKey (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h59 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey() function
60 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey() function
141 Node = Node->getNextForKey();
243 if (!ThisEntry->getNextForKey()) { in ~ScopedHashTableScope()
250 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h56 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey() function
57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey() function
136 Node = Node->getNextForKey();
236 if (!ThisEntry->getNextForKey()) { in ~ScopedHashTableScope()
243 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopedHashTable.h59 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey() function
60 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey() function
141 Node = Node->getNextForKey();
243 if (!ThisEntry->getNextForKey()) { in ~ScopedHashTableScope()
250 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()