Lines Matching full:notes

15 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'int' is used as a …  in t0()
16 // CHECK-NOTES-ALL: :[[@LINE-2]]:17: note: make conversion explicit to silence this warning in t0()
17 // CHECK-NOTES-C: (ptrdiff_t)( ) in t0()
18 // CHECK-NOTES-CXX: static_cast<ptrdiff_t>( ) in t0()
19 // CHECK-NOTES-ALL: :[[@LINE-5]]:17: note: perform multiplication in a wider type in t0()
20 // CHECK-NOTES-C: (ptrdiff_t) in t0()
21 // CHECK-NOTES-CXX: static_cast<ptrdiff_t>( ) in t0()
25 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'int' is used as a … in t1()
26 // CHECK-NOTES-ALL: :[[@LINE-2]]:10: note: make conversion explicit to silence this warning in t1()
27 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t1()
32 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'unsigned int' is u… in t2()
33 // CHECK-NOTES-ALL: :[[@LINE-2]]:17: note: make conversion explicit to silence this warning in t2()
34 // CHECK-NOTES-C: (size_t)( ) in t2()
35 // CHECK-NOTES-CXX: static_cast<size_t>( ) in t2()
36 // CHECK-NOTES-ALL: :[[@LINE-5]]:17: note: perform multiplication in a wider type in t2()
37 // CHECK-NOTES-C: (size_t) in t2()
38 // CHECK-NOTES-CXX: static_cast<size_t>( ) in t2()
43 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'unsigned int' is u… in t3()
44 // CHECK-NOTES-ALL: :[[@LINE-2]]:17: note: make conversion explicit to silence this warning in t3()
45 // CHECK-NOTES-ALL: :[[@LINE-3]]:17: note: perform multiplication in a wider type in t3()
50 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'unsigned int' is u… in t4()
51 // CHECK-NOTES-ALL: :[[@LINE-2]]:17: note: make conversion explicit to silence this warning in t4()
52 // CHECK-NOTES-ALL: :[[@LINE-3]]:17: note: perform multiplication in a wider type in t4()
57 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'int' is used as a … in t5()
58 // CHECK-NOTES-ALL: :[[@LINE-2]]:17: note: make conversion explicit to silence this warning in t5()
59 // CHECK-NOTES-ALL: :[[@LINE-3]]:17: note: perform multiplication in a wider type in t5()
63 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'int' is used as a … in t6()
64 // CHECK-NOTES-ALL: :[[@LINE-2]]:21: note: make conversion explicit to silence this warning in t6()
65 // CHECK-NOTES-ALL: :[[@LINE-3]]:21: note: perform multiplication in a wider type in t6()
70 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'int' is used as a … in n7()
71 // CHECK-NOTES-ALL: :[[@LINE-2]]:18: note: make conversion explicit to silence this warning in n7()
72 // CHECK-NOTES-ALL: :[[@LINE-3]]:18: note: perform multiplication in a wider type in n7()
76 …// CHECK-NOTES-ALL: :[[@LINE-1]]:10: warning: result of multiplication in type 'int' is used as a … in n8()
77 // CHECK-NOTES-ALL: :[[@LINE-2]]:18: note: make conversion explicit to silence this warning in n8()
78 // CHECK-NOTES-ALL: :[[@LINE-3]]:18: note: perform multiplication in a wider type in n8()