Searched refs:test_warn (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/OpenMP/
H A Dsimd_aligned_messages.cpp65 template<int LEN> int test_warn() { function
164 test_warn<4>(); // ok
165 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
166 test_warn<0>();
H A Dsimd_linear_messages.cpp60 template<int LEN> int test_warn() { function
155 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
156 test_warn<0>();
/external/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp32 void test_warn() { function

Completed in 113 milliseconds