/external/clang/test/OpenMP/ |
for_linear_messages.cpp | 101 template<class I, class C> int foomain(I argc, C **argv) { function 211 foomain<int,char>(argc,argv);
|
for_simd_aligned_messages.cpp | 107 template<class I, class C> int foomain(I argc, C **argv) { function 199 foomain<int*,char>(pargc,argv);
|
parallel_sections_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 307 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
parallel_sections_lastprivate_messages.cpp | 65 int foomain(int argc, char **argv) { function 282 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
sections_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 347 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
sections_lastprivate_messages.cpp | 65 int foomain(int argc, char **argv) { function 322 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
simd_aligned_messages.cpp | 107 template<class I, class C> int foomain(I argc, C **argv) { function 199 foomain<int*,char>(pargc,argv);
|
single_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 249 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
parallel_sections_private_messages.cpp | 46 int foomain(I argc, C **argv) { function
|
sections_private_messages.cpp | 46 int foomain(I argc, C **argv) { function
|
single_private_messages.cpp | 46 int foomain(I argc, C **argv) { function
|
for_lastprivate_messages.cpp | 66 int foomain(int argc, char **argv) { function 286 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
for_simd_lastprivate_messages.cpp | 66 int foomain(int argc, char **argv) { function 279 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
for_simd_linear_messages.cpp | 101 template<class I, class C> int foomain(I argc, C **argv) { function 211 foomain<int,char>(argc,argv);
|
parallel_for_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 260 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
parallel_for_lastprivate_messages.cpp | 66 int foomain(int argc, char **argv) { function 237 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
parallel_for_linear_messages.cpp | 117 int foomain(I argc, C **argv) { function 266 foomain<int, char>(argc, argv);
|
parallel_for_simd_aligned_messages.cpp | 107 template<class I, class C> int foomain(I argc, C **argv) { function 199 foomain<int*,char>(pargc,argv);
|
parallel_for_simd_lastprivate_messages.cpp | 65 int foomain(int argc, char **argv) { function 238 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
parallel_for_simd_linear_messages.cpp | 101 template<class I, class C> int foomain(I argc, C **argv) { function 211 foomain<int,char>(argc,argv);
|
taskloop_lastprivate_messages.cpp | 66 int foomain(int argc, char **argv) { function 286 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
taskloop_simd_aligned_messages.cpp | 107 template<class I, class C> int foomain(I argc, C **argv) { function 199 foomain<int*,char>(pargc,argv);
|
for_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 311 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
for_simd_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 308 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
parallel_for_simd_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 261 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|