Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DValueMapTest.cpp267 struct ModifyingConfig : ValueMapConfig<KeyT> { struct
272 typedef ValueMap<KeyT, int, ModifyingConfig<KeyT> > **ExtraData; argument
282 ValueMap<TypeParam*, int, ModifyingConfig<TypeParam*> > *MapAddress; in TYPED_TEST()
283 ValueMap<TypeParam*, int, ModifyingConfig<TypeParam*> > VM(&MapAddress); in TYPED_TEST()