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

12

/external/clang/test/OpenMP/
H A Dfor_simd_aligned_messages.cpp107 template<class I, class C> int foomain(I argc, C **argv) { function
199 foomain<int*,char>(pargc,argv);
H A Dparallel_sections_firstprivate_messages.cpp64 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}}
H A Dparallel_sections_lastprivate_messages.cpp65 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}}
H A Dsections_firstprivate_messages.cpp64 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}}
H A Dsections_lastprivate_messages.cpp65 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}}
H A Dsimd_aligned_messages.cpp107 template<class I, class C> int foomain(I argc, C **argv) { function
199 foomain<int*,char>(pargc,argv);
H A Dsingle_firstprivate_messages.cpp64 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}}
H A Dparallel_sections_private_messages.cpp46 int foomain(I argc, C **argv) { function
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 Dfor_firstprivate_messages.cpp64 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}}
H A Dfor_lastprivate_messages.cpp66 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}}
H A Dfor_simd_lastprivate_messages.cpp66 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}}
H A Dfor_simd_linear_messages.cpp101 template<class I, class C> int foomain(I argc, C **argv) { function
211 foomain<int,char>(argc,argv);
H A Dparallel_for_firstprivate_messages.cpp64 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}}
H A Dparallel_for_lastprivate_messages.cpp66 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}}
H A Dparallel_for_simd_aligned_messages.cpp107 template<class I, class C> int foomain(I argc, C **argv) { function
199 foomain<int*,char>(pargc,argv);
H A Dparallel_for_simd_firstprivate_messages.cpp64 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}}
H A Dparallel_for_simd_lastprivate_messages.cpp65 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}}
H A Dparallel_for_simd_linear_messages.cpp101 template<class I, class C> int foomain(I argc, C **argv) { function
211 foomain<int,char>(argc,argv);
H A Dsimd_linear_messages.cpp101 template<class I, class C> int foomain(I argc, C **argv) { function
211 foomain<int,char>(argc,argv);
H A Dfor_simd_firstprivate_messages.cpp64 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}}
H A Dfor_private_messages.cpp46 int foomain(I argc, C **argv) { function
H A Dfor_simd_private_messages.cpp46 int foomain(I argc, C **argv) { function
H A Dparallel_for_private_messages.cpp46 int foomain(I argc, C **argv) { function

Completed in 144 milliseconds

12