Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DMapVectorTest.cpp282 using MapVectorType = MapVector<int, int, DenseMap<int, IntType>>; in TYPED_TEST() typedef
284 MapVectorType MV; in TYPED_TEST()
285 std::pair<typename MapVectorType::iterator, bool> R; in TYPED_TEST()