Searched defs:LockMutex (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ValueMapTest.cpp | 182 struct LockMutex : ValueMapConfig<KeyT> { struct 183 struct ExtraData { 188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 192 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 196 static sys::Mutex *getMutex(const ExtraData &Data) { return Data.M; } in getMutex()
|
/external/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 181 struct LockMutex : ValueMapConfig<KeyT, MutexT> { struct 182 struct ExtraData { 187 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 191 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 195 static MutexT *getMutex(const ExtraData &Data) { return Data.M; } in getMutex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 181 struct LockMutex : ValueMapConfig<KeyT, MutexT> { struct 182 struct ExtraData { 187 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 191 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 195 static MutexT *getMutex(const ExtraData &Data) { return Data.M; } in getMutex()
|