Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-max-unsigned-zero.cpp40 unsigned template_test() { in template_test() function
48 int a = template_test<0>() + template_test<1>() + template_test<2>();
H A Dwarn-unused-filescoped.cpp116 template <typename T> void template_test(X<T> x) { in template_test() function
121 template_test(x); in test()
H A Derr_init_conversion_failed.cpp47 namespace template_test { namespace
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dimplicit-widening-of-multiplication-result-int.cpp116 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 Dimplicit-widening-of-multiplication-result-pointer-offset.cpp93 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 Dimplicit-widening-of-multiplication-result-array-subscript-expression.cpp84 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 Duppercase-literal-suffix-integer.cpp252 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 Dalign_clause_ast_print.cpp99 int template_test() { in template_test() function
H A Dalign_clause_messages.cpp55 int template_test() { in template_test() function
H A Dalign_clause_codegen.cpp77 int template_test() { in template_test() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dpragma-unroll.cpp92 void template_test(double *List, int Length) { in template_test() function
H A Dpragma-gcc-unroll.cpp92 void template_test(double *List, int Length) { in template_test() function
H A Dpragma-loop.cpp153 void template_test(double *List, int Length) { in template_test() function