Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DScopedHashTable.h92 ScopedHashTableVal<K, V> *LastValInScope; variable
105 return LastValInScope; in getLastValInScope()
108 LastValInScope = Val; in setLastValInScope()
225 LastValInScope = 0; in ScopedHashTableScope()
234 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope()
247 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h91 ScopedHashTableVal<K, V> *LastValInScope; variable
105 return LastValInScope; in getLastValInScope()
108 LastValInScope = Val; in setLastValInScope()
225 LastValInScope = nullptr; in ScopedHashTableScope()
234 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope()
247 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DScopedHashTable.h95 ScopedHashTableVal<K, V> *LastValInScope; variable
110 return LastValInScope; in getLastValInScope()
114 LastValInScope = Val; in setLastValInScope()
233 LastValInScope = nullptr; in ScopedHashTableScope()
242 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope()
255 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()