Home
last modified time | relevance | path

Searched defs:ValueMapConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueMap.h57 struct ValueMapConfig { struct
58 using mutex_type = MutexT;
84 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> argument