Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DScopedHashTable.h46 ScopedHashTableVal *NextForKey; variable
56 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey()
57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey()
69 New->NextForKey = nextForKey; in Create()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h46 ScopedHashTableVal *NextForKey; variable
56 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey()
57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey()
69 New->NextForKey = nextForKey; in Create()