Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-implicits.cpp50 void templatedArrayRef(int (&Array1)[N], int (&Array2)[M]) {} in templatedArrayRef() function
55 templatedArrayRef(Foo, Bar); in templatedArrayRefTest()
58 templatedArrayRef(Baz, Quux); in templatedArrayRefTest()
64 void templatedArrayRef(int (&Array1)[8], int (&Array2)[8]) { templatedArrayRef(Array2, Array1); } in templatedArrayRef() function
70 void templatedArrayRef(int (&Array1)[16], int (&Array2)[24]) {} in templatedArrayRef() function
H A Deasily-swappable-parameters-len2.cpp324 void templatedArrayRef(int (&Array1)[N], int (&Array2)[M]) {} in templatedArrayRef() function
329 templatedArrayRef(Foo, Bar); in templatedArrayRefTest()
332 templatedArrayRef(Baz, Quux); in templatedArrayRefTest()
338 void templatedArrayRef(int (&Array1)[8], int (&Array2)[8]) { templatedArrayRef(Array2, Array1); } in templatedArrayRef() function
344 void templatedArrayRef(int (&Array1)[16], int (&Array2)[24]) {} in templatedArrayRef() function