Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-emplace.cpp603 using PairIntVector = std::pair<int, std::vector<int>>; in testInitializerList() typedef
604 std::vector<PairIntVector> x; in testInitializerList()
605 x.push_back(PairIntVector(3, {4})); in testInitializerList()