Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-shrink-to-fit.cpp61 #define COPY_AND_SWAP_INT_VEC(x) std::vector<int>(x).swap(x) macro
70 COPY_AND_SWAP_INT_VEC(v); in h()