HomeSort by relevance Sort by last modified time
    Searched full:test_warn (Results 1 - 11 of 11) sorted by null

  /external/clang/test/OpenMP/
for_simd_aligned_messages.cpp 66 template<int LEN> int test_warn() { function
165 test_warn<4>(); // ok
166 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
167 test_warn<0>();
parallel_for_simd_aligned_messages.cpp 66 template<int LEN> int test_warn() { function
165 test_warn<4>(); // ok
166 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
167 test_warn<0>();
simd_aligned_messages.cpp 66 template<int LEN> int test_warn() { function
165 test_warn<4>(); // ok
166 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
167 test_warn<0>();
taskloop_simd_aligned_messages.cpp 66 template<int LEN> int test_warn() { function
165 test_warn<4>(); // ok
166 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
167 test_warn<0>();
for_linear_messages.cpp 60 template<int LEN> int test_warn() { function
163 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
164 test_warn<0>();
for_simd_linear_messages.cpp 60 template<int LEN> int test_warn() { function
163 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
164 test_warn<0>();
parallel_for_linear_messages.cpp 71 int test_warn() { function
200 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
201 test_warn<0>();
parallel_for_simd_linear_messages.cpp 60 template<int LEN> int test_warn() { function
163 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
164 test_warn<0>();
simd_linear_messages.cpp 60 template<int LEN> int test_warn() { function
190 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
191 test_warn<0>();
taskloop_simd_linear_messages.cpp 60 template<int LEN> int test_warn() { function
190 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
191 test_warn<0>();
  /external/clang/test/SemaCXX/
warn-bad-memaccess.cpp 32 void test_warn() { function

Completed in 155 milliseconds