HomeSort by relevance Sort by last modified time
    Searched refs:test_template (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x-fixits.cpp 25 void test_template() { function
p7-0x.cpp 197 void test_template() { function
p7-cxx11-nowarn.cpp 184 void test_template() { function
  /external/clang/test/SemaCXX/
warn-empty-body.cpp 254 void test_template(int x) { function
268 test_template<int>(x);
269 test_template<double>(x);
  /external/clang/test/OpenMP/
simd_aligned_messages.cpp 47 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);
simd_linear_messages.cpp 46 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 88 milliseconds