Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Dparallel_private_messages.cpp44 int threadvar; variable
45 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
77 …#pragma omp parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local … in main()
H A Dtask_private_messages.cpp58 int threadvar; variable
59 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
96 #pragma omp task private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local va… in main()
H A Dteams_private_messages.cpp44 int threadvar; variable
45 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
108 …#pragma omp teams private(threadvar, B::x) // expected-error 2 {{threadprivate or thread local var… in main()
H A Dtarget_teams_private_messages.cpp54 int threadvar; variable
55 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}}
102 #pragma omp target teams private(threadvar, B::x) // expected-error 2 {{threadprivate or thread loc… in main()
H A Dtarget_parallel_private_messages.cpp40 int threadvar; variable
41 #pragma omp threadprivate(threadvar) // expected-note {{defined as threadprivate or thread local}} …
110 …#pragma omp target parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread… in foomain()
197 …#pragma omp target parallel private(threadvar, B::x) // expected-error 2 {{threadprivate or thread… in main()