Searched refs:templatedArrayRef (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | easily-swappable-parameters-implicits.cpp | 50 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 D | easily-swappable-parameters-len2.cpp | 324 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
|