Home
last modified time | relevance | path

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

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