Searched refs:test_template (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x-fixits.cpp25 void test_template() { function
H A Dp7-0x.cpp197 void test_template() { function
H A Dp7-cxx11-nowarn.cpp184 void test_template() { function
/external/clang/test/SemaCXX/
H A Dwarn-empty-body.cpp254 void test_template(int x) { function
268 test_template<int>(x);
269 test_template<double>(x);
/external/clang/test/OpenMP/
H A Dsimd_aligned_messages.cpp47 template<int L, class T, class N> T test_template(T* arr, N num) { function
162 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
163 test_template<-4>(darr, 4);
H A Dsimd_linear_messages.cpp46 template<int L, class T, class N> T test_template(T* arr, N num) { function
153 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
154 test_template<-4>(darr, 4);

Completed in 426 milliseconds