Searched refs:foomain (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/OpenMP/
H A Dsections_private_messages.cpp46 int foomain(I argc, C **argv) { function
H A Dsingle_private_messages.cpp46 int foomain(I argc, C **argv) { function
H A Dparallel_sections_firstprivate_messages.cpp64 int foomain(int argc, char **argv) { function
294 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
H A Dparallel_sections_lastprivate_messages.cpp64 int foomain(int argc, char **argv) { function
268 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
H A Dsections_firstprivate_messages.cpp64 int foomain(int argc, char **argv) { function
334 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
H A Dsections_lastprivate_messages.cpp64 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}}
H A Dsimd_aligned_messages.cpp106 template<class I, class C> int foomain(I argc, C **argv) { function
198 foomain<int*,char>(pargc,argv);
H A Dsingle_firstprivate_messages.cpp64 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}}
H A Dfor_private_messages.cpp46 int foomain(I argc, C **argv) { function
H A Dparallel_sections_private_messages.cpp46 int foomain(I argc, C **argv) { function
H A Dfor_firstprivate_messages.cpp64 int foomain(int argc, char **argv) { function
292 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
H A Dfor_lastprivate_messages.cpp64 int foomain(int argc, char **argv) { function
265 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
H A Dparallel_for_firstprivate_messages.cpp64 int foomain(int argc, char **argv) { function
251 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
H A Dparallel_for_lastprivate_messages.cpp64 int foomain(int argc, char **argv) { function
225 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
H A Dsimd_linear_messages.cpp101 template<class I, class C> int foomain(I argc, C **argv) { function
203 foomain<int,char>(argc,argv);
H A Dparallel_for_private_messages.cpp46 int foomain(I argc, C **argv) { function
H A Dsimd_lastprivate_messages.cpp56 int foomain(I argc, C **argv) { function
H A Dsimd_private_messages.cpp41 template<class I, class C> int foomain(I argc, C **argv) { function

Completed in 810 milliseconds