| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-max-unsigned-zero.cpp | 40 unsigned template_test() { in template_test() function 48 int a = template_test<0>() + template_test<1>() + template_test<2>();
|
| H A D | warn-unused-filescoped.cpp | 116 template <typename T> void template_test(X<T> x) { in template_test() function 121 template_test(x); in test()
|
| H A D | err_init_conversion_failed.cpp | 47 namespace template_test { namespace
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | implicit-widening-of-multiplication-result-int.cpp | 116 T2 template_test(T1 a, T1 b) { in template_test() function 120 return template_test<int, long>(a, b); in template_test_instantiation()
|
| H A D | implicit-widening-of-multiplication-result-pointer-offset.cpp | 93 char *template_test(char *base, T a, T b) { in template_test() function 97 return template_test(base, a, b); in template_test_instantiation()
|
| H A D | implicit-widening-of-multiplication-result-array-subscript-expression.cpp | 84 char *template_test(char *base, T a, T b) { in template_test() function 88 return template_test(base, a, b); in template_test_instantiation()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | uppercase-literal-suffix-integer.cpp | 252 void template_test() { in template_test() function 256 template_test<4>(); in actual_template_test()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | align_clause_ast_print.cpp | 99 int template_test() { in template_test() function
|
| H A D | align_clause_messages.cpp | 55 int template_test() { in template_test() function
|
| H A D | align_clause_codegen.cpp | 77 int template_test() { in template_test() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | pragma-unroll.cpp | 92 void template_test(double *List, int Length) { in template_test() function
|
| H A D | pragma-gcc-unroll.cpp | 92 void template_test(double *List, int Length) { in template_test() function
|
| H A D | pragma-loop.cpp | 153 void template_test(double *List, int Length) { in template_test() function
|