Lines Matching full:multiplication
1 // RUN: %check_clang_tidy -std=c99 %s bugprone-implicit-widening-of-multiplication-result %t -- -- …
2 // RUN: %check_clang_tidy %s bugprone-implicit-widening-of-multiplication-result %t -- -- -target x…
4 // RUN: %check_clang_tidy -std=c99 %s bugprone-implicit-widening-of-multiplication-result %t -- -- …
5 // RUN: %check_clang_tidy %s bugprone-implicit-widening-of-multiplication-result %t -- -- -target x…
7 // RUN: %check_clang_tidy -std=c99 %s bugprone-implicit-widening-of-multiplication-result %t -- -- …
8 // RUN: %check_clang_tidy %s bugprone-implicit-widening-of-multiplication-result %t -- -- -target x…
12 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t0()
14 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t0()
18 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t1()
20 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t1()
25 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t2()
27 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t2()
31 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t3()
33 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t3()
38 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t4()
40 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t4()
44 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t5()
46 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t5()
51 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t6()
53 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t6()
57 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t7()
59 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t7()
64 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t8()
66 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t8()
70 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t9()
72 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t9()
77 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t10()
79 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t10()
83 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t11()
85 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t11()
90 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t12()
92 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t12()
96 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t13()
98 // CHECK-NOTES: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t13()