Home
last modified time | relevance | path

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

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