Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h48 ScopedHashTableVal *NextForKey; variable
59 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey()
60 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey()
72 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopedHashTable.h48 ScopedHashTableVal *NextForKey; variable
59 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey()
60 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey()
72 New->NextForKey = nextForKey; in Create()