Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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() == 0) { in ~ScopedHashTableScope()
243 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()