Lines Matching full:pragma
16 #pragma omp parallel
17 #pragma omp sections private(argc, b), firstprivate(c, d), lastprivate(d, f) reduction(- : g) nowait
21 // CHECK-NEXT: #pragma omp parallel
22 // CHECK-NEXT: #pragma omp sections private(argc,b) firstprivate(c,d) lastprivate(d,f) reduction(-: g) nowait
33 #pragma omp parallel
34 #pragma omp sections private(argc, b), firstprivate(argv, c), lastprivate(d, f) reduction(+ : g) nowait
36 #pragma omp section
38 #pragma omp section
41 // CHECK-NEXT: #pragma omp parallel
42 // CHECK-NEXT: #pragma omp sections private(argc,b) firstprivate(argv,c) lastprivate(d,f) reduction(+: g) nowait
44 // CHECK-NEXT: #pragma omp section
46 // CHECK-NEXT: #pragma omp section