Lines Matching full:notes
15 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t0()
16 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t0()
17 // CHECK-NOTES-C: (long)( ) in t0()
18 // CHECK-NOTES-CXX: static_cast<long>( ) in t0()
19 // CHECK-NOTES-ALL: :[[@LINE-5]]:10: note: perform multiplication in a wider type in t0()
20 // CHECK-NOTES-C: (long) in t0()
21 // CHECK-NOTES-CXX: static_cast<long>( ) in t0()
25 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t1()
26 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t1()
27 // CHECK-NOTES-C: (unsigned long)( ) in t1()
28 // CHECK-NOTES-CXX: static_cast<unsigned long>( ) in t1()
29 // CHECK-NOTES-ALL: :[[@LINE-5]]:10: note: perform multiplication in a wider type in t1()
30 // CHECK-NOTES-C: (long) in t1()
31 // CHECK-NOTES-CXX: static_cast<long>( ) in t1()
36 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t2()
37 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t2()
38 // CHECK-NOTES-C: (long)( ) in t2()
39 // CHECK-NOTES-CXX: static_cast<long>( ) in t2()
40 // CHECK-NOTES-ALL: :[[@LINE-5]]:10: note: perform multiplication in a wider type in t2()
41 // CHECK-NOTES-C: (unsigned long) in t2()
42 // CHECK-NOTES-CXX: static_cast<unsigned long>( ) in t2()
46 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t3()
47 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t3()
48 // CHECK-NOTES-C: (unsigned long)( ) in t3()
49 // CHECK-NOTES-CXX: static_cast<unsigned long>( ) in t3()
50 // CHECK-NOTES-ALL: :[[@LINE-5]]:10: note: perform multiplication in a wider type in t3()
51 // CHECK-NOTES-C: (unsigned long) in t3()
52 // CHECK-NOTES-CXX: static_cast<unsigned long>( ) in t3()
57 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t4()
58 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t4()
59 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t4()
63 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t5()
64 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t5()
65 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t5()
70 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t6()
71 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t6()
72 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t6()
76 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t7()
77 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t7()
78 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t7()
83 …// CHECK-NOTES-ALL: :[[@LINE-1]]:11: warning: performing an implicit widening conversion to type '… in t8()
84 // CHECK-NOTES-ALL: :[[@LINE-2]]:11: note: make conversion explicit to silence this warning in t8()
85 // CHECK-NOTES-ALL: :[[@LINE-3]]:11: note: perform multiplication in a wider type in t8()
89 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: performing an implicit widening conversion to type '… in t9()
90 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t9()
91 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t9()