Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DValueMapTest.cpp201 typedef LockMutex<TypeParam*, std::mutex> ConfigType; in TYPED_TEST() typedef
202 typename ConfigType::ExtraData Data = {&M, &CalledRAUW, &CalledDeleted}; in TYPED_TEST()
203 ValueMap<TypeParam*, int, ConfigType> VM(Data); in TYPED_TEST()