Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DValueMapTest.cpp266 struct ModifyingConfig : ValueMapConfig<KeyT> { struct
271 typedef ValueMap<KeyT, int, ModifyingConfig<KeyT> > **ExtraData; argument
281 ValueMap<TypeParam*, int, ModifyingConfig<TypeParam*> > *MapAddress; in TYPED_TEST()
282 ValueMap<TypeParam*, int, ModifyingConfig<TypeParam*> > VM(&MapAddress); in TYPED_TEST()