Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dwarn-max-unsigned-zero.cpp40 unsigned template_test() { in template_test() function
48 int a = template_test<0>() + template_test<1>() + template_test<2>();
Dwarn-unused-filescoped.cpp116 template <typename T> void template_test(X<T> x) { in template_test() function
121 template_test(x); in test()
Derr_init_conversion_failed.cpp47 namespace template_test { namespace
/external/clang/test/SemaCXX/
Dwarn-unused-filescoped.cpp111 template <typename T> void template_test(X<T> x) { in template_test() function
116 template_test(x); in test()
Derr_init_conversion_failed.cpp47 namespace template_test { namespace
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-uppercase-literal-suffix-integer.cpp252 void template_test() { in template_test() function
256 template_test<4>(); in actual_template_test()
/external/llvm-project/clang/test/CodeGenCXX/
Dpragma-unroll.cpp92 void template_test(double *List, int Length) { in template_test() function
Dpragma-loop.cpp153 void template_test(double *List, int Length) { in template_test() function
/external/clang/test/CodeGenCXX/
Dpragma-unroll.cpp89 void template_test(double *List, int Length) { in template_test() function
Dpragma-loop.cpp153 void template_test(double *List, int Length) { in template_test() function
/external/tensorflow/tensorflow/python/kernel_tests/
DBUILD1317 name = "template_test",
1319 srcs = ["template_test.py"],