Lines Matching full:messages
20 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: floating point literal has suffix 'f', which is not u… in floating_point_suffix()
21 // CHECK-MESSAGES-NEXT: static constexpr auto v2 = 1.f; in floating_point_suffix()
22 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
23 // CHECK-MESSAGES-NEXT: F{{$}} in floating_point_suffix()
29 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: floating point literal has suffix 'f', which is not u… in floating_point_suffix()
30 // CHECK-MESSAGES-NEXT: static constexpr auto v3 = 1.e0f; in floating_point_suffix()
31 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
32 // CHECK-MESSAGES-NEXT: F{{$}} in floating_point_suffix()
48 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: floating point literal has suffix 'l', which is not u… in floating_point_suffix()
49 // CHECK-MESSAGES-NEXT: static constexpr auto v6 = 1.l; in floating_point_suffix()
50 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
51 // CHECK-MESSAGES-NEXT: L{{$}} in floating_point_suffix()
57 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: floating point literal has suffix 'l', which is not u… in floating_point_suffix()
58 // CHECK-MESSAGES-NEXT: static constexpr auto v7 = 1.e0l; in floating_point_suffix()
59 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
60 // CHECK-MESSAGES-NEXT: L{{$}} in floating_point_suffix()
76 …// CHECK-MESSAGES: :[[@LINE-1]]:31: warning: floating point literal has suffix 'q', which is not u… in floating_point_suffix()
77 // CHECK-MESSAGES-NEXT: static constexpr auto v10 = 1.q; in floating_point_suffix()
78 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
79 // CHECK-MESSAGES-NEXT: Q{{$}} in floating_point_suffix()
85 …// CHECK-MESSAGES: :[[@LINE-1]]:31: warning: floating point literal has suffix 'q', which is not u… in floating_point_suffix()
86 // CHECK-MESSAGES-NEXT: static constexpr auto v11 = 1.e0q; in floating_point_suffix()
87 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
88 // CHECK-MESSAGES-NEXT: Q{{$}} in floating_point_suffix()
106 …// CHECK-MESSAGES: :[[@LINE-1]]:31: warning: floating point literal has suffix 'i', which is not u… in floating_point_complex_suffix()
107 // CHECK-MESSAGES-NEXT: static constexpr auto v14 = 1.i; in floating_point_complex_suffix()
108 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_complex_suffix()
109 // CHECK-MESSAGES-NEXT: I{{$}} in floating_point_complex_suffix()
115 …// CHECK-MESSAGES: :[[@LINE-1]]:31: warning: floating point literal has suffix 'i', which is not u… in floating_point_complex_suffix()
116 // CHECK-MESSAGES-NEXT: static constexpr auto v15 = 1.e0i; in floating_point_complex_suffix()
117 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_complex_suffix()
118 // CHECK-MESSAGES-NEXT: I{{$}} in floating_point_complex_suffix()
134 …// CHECK-MESSAGES: :[[@LINE-1]]:31: warning: floating point literal has suffix 'j', which is not u… in floating_point_complex_suffix()
135 // CHECK-MESSAGES-NEXT: static constexpr auto v18 = 1.j; in floating_point_complex_suffix()
136 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_complex_suffix()
137 // CHECK-MESSAGES-NEXT: J{{$}} in floating_point_complex_suffix()
143 …// CHECK-MESSAGES: :[[@LINE-1]]:31: warning: floating point literal has suffix 'j', which is not u… in floating_point_complex_suffix()
144 // CHECK-MESSAGES-NEXT: static constexpr auto v19 = 1.e0j; in floating_point_complex_suffix()
145 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_complex_suffix()
146 // CHECK-MESSAGES-NEXT: J{{$}} in floating_point_complex_suffix()
163 …// CHECK-MESSAGES: :[[@LINE-1]]:42: warning: floating point literal has suffix 'f', which is not u… in macros()
164 // CHECK-MESSAGES-NEXT: static constexpr auto m0 = PASSTHROUGH(1.f); in macros()
165 // CHECK-MESSAGES-NEXT: ^ ~ in macros()
166 // CHECK-MESSAGES-NEXT: F{{$}} in macros()