Home
last modified time | relevance | path

Searched refs:threadvar (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/OpenMP/
Dparallel_private_messages.cpp41 int threadvar; variable
42 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
74 …#pragma omp parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local … in main()
Dtask_private_messages.cpp45 int threadvar; variable
46 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
83 #pragma omp task private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local va… in main()
Dteams_private_messages.cpp41 int threadvar; variable
42 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
105 …#pragma omp teams private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local var… in main()