Searched refs:for_template_test (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | pragma-unroll.cpp | 65 void for_template_test(A *List, int Length, A Value) { in for_template_test() function 92 for_template_test<double>(List, Length, Value); in template_test()
|
D | pragma-loop.cpp | 97 void for_template_test(A *List, int Length, A Value) { in for_template_test() function 156 for_template_test<double>(List, Length, Value); in template_test()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | pragma-unroll.cpp | 68 void for_template_test(A *List, int Length, A Value) { in for_template_test() function 95 for_template_test<double>(List, Length, Value); in template_test()
|
D | pragma-loop.cpp | 97 void for_template_test(A *List, int Length, A Value) { in for_template_test() function 156 for_template_test<double>(List, Length, Value); in template_test()
|