HomeSort by relevance Sort by last modified time
    Searched full:foomain (Results 26 - 50 of 67) sorted by null

12 3

  /external/clang/test/OpenMP/
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}}
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); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
parallel_for_simd_private_messages.cpp 94 int foomain(I argc, C **argv) { function
235 return foomain(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
simd_aligned_messages.cpp 107 template<class I, class C> int foomain(I argc, C **argv) { function
199 // expected-note@+1 {{in instantiation of function template specialization 'foomain<int *, char>' requested here}}
200 foomain<int*,char>(pargc,argv);
simd_lastprivate_messages.cpp 65 int foomain(I argc, C **argv) { function
220 return foomain(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
simd_private_messages.cpp 89 template<class I, class C> int foomain(I argc, C **argv) { function
192 return foomain(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
target_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}}
target_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}}
target_parallel_for_linear_messages.cpp 117 int foomain(I argc, C **argv) { function
266 foomain<int, char>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
target_parallel_for_private_messages.cpp 94 int foomain(I argc, C **argv) { function
229 return foomain(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
target_parallel_for_simd_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}}
target_parallel_for_simd_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}}
target_parallel_for_simd_linear_messages.cpp 117 int foomain(I argc, C **argv) { function
266 foomain<int, char>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
target_parallel_for_simd_private_messages.cpp 94 int foomain(I argc, C **argv) { function
229 return foomain(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
target_parallel_private_messages.cpp 56 int foomain(I argc, C **argv) { function
220 return foomain<int, char, S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char, S4, S5>' requested here}}
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_private_messages.cpp 94 int foomain(I argc, C **argv) { function
245 return foomain(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
taskloop_simd_aligned_messages.cpp 107 template<class I, class C> int foomain(I argc, C **argv) { function
199 // expected-note@+1 {{in instantiation of function template specialization 'foomain<int *, char>' requested here}}
200 foomain<int*,char>(pargc,argv);
taskloop_simd_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_private_messages.cpp 94 int foomain(I argc, C **argv) { function
245 return foomain(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
distribute_parallel_for_firstprivate_messages.cpp 64 int foomain(int argc, char **argv) { function
358 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
distribute_parallel_for_lastprivate_messages.cpp 66 int foomain(int argc, char **argv) { function
332 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
distribute_parallel_for_simd_aligned_messages.cpp 134 template<class I, class C> int foomain(I argc, C **argv) { function
302 // expected-note@+1 {{in instantiation of function template specialization 'foomain<int *, char>' requested here}}
303 foomain<int*,char>(pargc,argv);
distribute_parallel_for_simd_firstprivate_messages.cpp 64 int foomain(int argc, char **argv) { function
358 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}

Completed in 447 milliseconds

12 3