Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbranch-clone.cpp649 void test_template_two_instances(T t, int &a) { in test_template_two_instances() function
659 template void test_template_two_instances<short>(short t, int &a);
660 template void test_template_two_instances<long>(long t, int &a);