Lines Matching full:messages

16 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: floating point literal has suffix 'f', which is not u…  in floating_point_suffix()
17 // CHECK-MESSAGES-NEXT: static constexpr auto v1 = 0xfp0f; in floating_point_suffix()
18 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
19 // 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 = 0xfP0f; in floating_point_suffix()
31 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
32 // CHECK-MESSAGES-NEXT: F{{$}} in floating_point_suffix()
42 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: floating point literal has suffix 'f', which is not u… in floating_point_suffix()
43 // CHECK-MESSAGES-NEXT: static constexpr auto v5 = 0xFP0f; in floating_point_suffix()
44 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
45 // CHECK-MESSAGES-NEXT: F{{$}} in floating_point_suffix()
55 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: floating point literal has suffix 'f', which is not u… in floating_point_suffix()
56 // CHECK-MESSAGES-NEXT: static constexpr auto v7 = 0xFp0f; in floating_point_suffix()
57 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
58 // CHECK-MESSAGES-NEXT: F{{$}} in floating_point_suffix()
70 …// CHECK-MESSAGES: :[[@LINE-1]]:30: warning: floating point literal has suffix 'l', which is not u… in floating_point_suffix()
71 // CHECK-MESSAGES-NEXT: static constexpr auto v9 = 0xfp0l; in floating_point_suffix()
72 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
73 // CHECK-MESSAGES-NEXT: L{{$}} 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 = 0xfp0q; in floating_point_suffix()
87 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_suffix()
88 // CHECK-MESSAGES-NEXT: Q{{$}} in floating_point_suffix()
102 …// CHECK-MESSAGES: :[[@LINE-1]]:31: warning: floating point literal has suffix 'i', which is not u… in floating_point_complex_suffix()
103 // CHECK-MESSAGES-NEXT: static constexpr auto v14 = 0xfp0i; in floating_point_complex_suffix()
104 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_complex_suffix()
105 // CHECK-MESSAGES-NEXT: I{{$}} in floating_point_complex_suffix()
117 …// CHECK-MESSAGES: :[[@LINE-1]]:31: warning: floating point literal has suffix 'j', which is not u… in floating_point_complex_suffix()
118 // CHECK-MESSAGES-NEXT: static constexpr auto v18 = 0xfp0j; in floating_point_complex_suffix()
119 // CHECK-MESSAGES-NEXT: ^ ~ in floating_point_complex_suffix()
120 // CHECK-MESSAGES-NEXT: J{{$}} in floating_point_complex_suffix()
133 …// CHECK-MESSAGES: :[[@LINE-1]]:42: warning: floating point literal has suffix 'f', which is not u… in macros()
134 // CHECK-MESSAGES-NEXT: static constexpr auto m0 = PASSTHROUGH(0x0p0f); in macros()
135 // CHECK-MESSAGES-NEXT: ^ ~ in macros()
136 // CHECK-MESSAGES-NEXT: F{{$}} in macros()