/external/clang/test/OpenMP/ |
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 302 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 277 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 342 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 317 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 246 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_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 304 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
for_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_lastprivate_messages.cpp | 66 int foomain(int argc, char **argv) { function 275 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 259 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 235 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
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_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 257 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
parallel_for_simd_lastprivate_messages.cpp | 65 int foomain(int argc, char **argv) { function 234 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);
|
simd_linear_messages.cpp | 101 template<class I, class C> int foomain(I argc, C **argv) { function 211 foomain<int,char>(argc,argv);
|
for_simd_firstprivate_messages.cpp | 64 int foomain(int argc, char **argv) { function 304 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
|
for_private_messages.cpp | 46 int foomain(I argc, C **argv) { function
|
for_simd_private_messages.cpp | 46 int foomain(I argc, C **argv) { function
|
parallel_for_private_messages.cpp | 46 int foomain(I argc, C **argv) { function
|