• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:notes

26 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'parallel' does not specify 'default' cl…  in p0_0()
41 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'parallel' specifies 'default(shared)' c… in p0_2()
42 // CHECK-NOTES: :[[@LINE-3]]:22: note: existing 'default' clause specified here in p0_2()
50 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'parallel' specifies 'default(firstpriva… in p0_3()
51 // CHECK-NOTES: :[[@LINE-3]]:22: note: existing 'default' clause specified here in p0_3()
61 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'task' does not specify 'default' clause… in p1_0()
76 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'task' specifies 'default(shared)' claus… in p1_2()
77 // CHECK-NOTES: :[[@LINE-3]]:18: note: existing 'default' clause specified here in p1_2()
85 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'task' specifies 'default(firstprivate)'… in p1_3()
86 // CHECK-NOTES: :[[@LINE-3]]:18: note: existing 'default' clause specified here in p1_3()
97 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'teams' does not specify 'default' claus… in p2_0()
114 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'teams' specifies 'default(shared)' clau… in p2_2()
115 // CHECK-NOTES: :[[@LINE-3]]:19: note: existing 'default' clause specified here in p2_2()
124 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'teams' specifies 'default(firstprivate)… in p2_3()
125 // CHECK-NOTES: :[[@LINE-3]]:19: note: existing 'default' clause specified here in p2_3()
136 …// CHECK-NOTES: :[[@LINE-3]]:1: warning: OpenMP directive 'taskloop' does not specify 'default' cl… in p3_0()
153 …// CHECK-NOTES: :[[@LINE-3]]:1: warning: OpenMP directive 'taskloop' specifies 'default(shared)' c… in p3_2()
154 // CHECK-NOTES: :[[@LINE-4]]:22: note: existing 'default' clause specified here in p3_2()
163 …// CHECK-NOTES: :[[@LINE-3]]:1: warning: OpenMP directive 'taskloop' specifies 'default(firstpriva… in p3_3()
164 // CHECK-NOTES: :[[@LINE-4]]:22: note: existing 'default' clause specified here in p3_3()
179 …// CHECK-NOTES: :[[@LINE-3]]:1: warning: OpenMP directive 'parallel for' does not specify 'default… in p4_0()
196 …// CHECK-NOTES: :[[@LINE-3]]:1: warning: OpenMP directive 'parallel for' specifies 'default(shared… in p4_2()
197 // CHECK-NOTES: :[[@LINE-4]]:26: note: existing 'default' clause specified here in p4_2()
206 …// CHECK-NOTES: :[[@LINE-3]]:1: warning: OpenMP directive 'parallel for' specifies 'default(firstp… in p4_3()
207 // CHECK-NOTES: :[[@LINE-4]]:26: note: existing 'default' clause specified here in p4_3()