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

  /external/clang/test/OpenMP/
sections_private_messages.cpp 46 int foomain(I argc, C **argv) { function
single_private_messages.cpp 46 int foomain(I argc, C **argv) { function
parallel_sections_firstprivate_messages.cpp 64 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}}
parallel_sections_lastprivate_messages.cpp 64 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}}
sections_firstprivate_messages.cpp 64 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}}
sections_lastprivate_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}}
simd_aligned_messages.cpp 106 template<class I, class C> int foomain(I argc, C **argv) { function
198 foomain<int*,char>(pargc,argv);
single_firstprivate_messages.cpp 64 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}}
for_private_messages.cpp 46 int foomain(I argc, C **argv) { function
parallel_sections_private_messages.cpp 46 int foomain(I argc, C **argv) { function
for_firstprivate_messages.cpp 64 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}}
for_lastprivate_messages.cpp 64 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}}
parallel_for_firstprivate_messages.cpp 64 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}}
parallel_for_lastprivate_messages.cpp 64 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}}
simd_linear_messages.cpp 101 template<class I, class C> int foomain(I argc, C **argv) { function
203 foomain<int,char>(argc,argv);
parallel_for_private_messages.cpp 46 int foomain(I argc, C **argv) { function
simd_lastprivate_messages.cpp 56 int foomain(I argc, C **argv) { function
simd_private_messages.cpp 41 template<class I, class C> int foomain(I argc, C **argv) { function

Completed in 113 milliseconds