Lines Matching full:notes
15 …// CHECK-NOTES-ALL: :[[@LINE-1]]:11: warning: result of multiplication in type 'int' is used as a … in t0()
16 // CHECK-NOTES-ALL: :[[@LINE-2]]:16: 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]]:16: 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]]:12: warning: result of multiplication in type 'int' is used as a … in t1()
26 // CHECK-NOTES-ALL: :[[@LINE-2]]:13: note: make conversion explicit to silence this warning in t1()
27 // CHECK-NOTES-ALL: :[[@LINE-3]]:13: note: perform multiplication in a wider type in t1()
32 …// CHECK-NOTES-ALL: :[[@LINE-1]]:11: warning: result of multiplication in type 'unsigned int' is u… in t2()
33 // CHECK-NOTES-ALL: :[[@LINE-2]]:16: 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]]:16: 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]]:11: warning: result of multiplication in type 'unsigned int' is u… in t3()
44 // CHECK-NOTES-ALL: :[[@LINE-2]]:16: note: make conversion explicit to silence this warning in t3()
45 // CHECK-NOTES-ALL: :[[@LINE-3]]:16: note: perform multiplication in a wider type in t3()
50 …// CHECK-NOTES-ALL: :[[@LINE-1]]:11: warning: result of multiplication in type 'unsigned int' is u… in t4()
51 // CHECK-NOTES-ALL: :[[@LINE-2]]:16: note: make conversion explicit to silence this warning in t4()
52 // CHECK-NOTES-ALL: :[[@LINE-3]]:16: note: perform multiplication in a wider type in t4()
64 …// CHECK-NOTES-ALL: :[[@LINE-1]]:11: warning: result of multiplication in type 'int' is used as a … in t7()
65 // CHECK-NOTES-ALL: :[[@LINE-2]]:17: note: make conversion explicit to silence this warning in t7()
66 // CHECK-NOTES-ALL: :[[@LINE-3]]:17: note: perform multiplication in a wider type in t7()