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

  /external/clang/test/OpenMP/
simd_aligned_messages.cpp 65 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>();
simd_linear_messages.cpp 60 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/
warn-bad-memaccess.cpp 32 void test_warn() { function

Completed in 216 milliseconds