Lines Matching full:multiplication
1 …tidy -check-suffixes=ALL,C -std=c99 %s bugprone-implicit-widening-of-multiplication-result %t -- -…
2 // RUN: %check_clang_tidy -check-suffixes=ALL,CXX %s bugprone-implicit-widening-of-multiplication-r…
4 …_tidy -check-suffixes=ALL,C -std=c99 %s bugprone-implicit-widening-of-multiplication-result %t -- \
6 // RUN: bugprone-implicit-widening-of-multiplication-result.UseCXXStaticCastsInCppSources: …
8 // RUN: %check_clang_tidy -check-suffixes=ALL,C %s bugprone-implicit-widening-of-multiplication-res…
10 // RUN: bugprone-implicit-widening-of-multiplication-result.UseCXXStaticCastsInCppSources: …
15 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t0()
19 // CHECK-NOTES-ALL: :[[@LINE-5]]:10: note: perform multiplication in a wider type in t0()
25 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t1()
29 // CHECK-NOTES-ALL: :[[@LINE-5]]:10: note: perform multiplication in a wider type in t1()
36 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t2()
40 // CHECK-NOTES-ALL: :[[@LINE-5]]:10: note: perform multiplication in a wider type in t2()
46 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t3()
50 // CHECK-NOTES-ALL: :[[@LINE-5]]:10: note: perform multiplication in a wider type in t3()
57 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t4()
59 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t4()
63 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t5()
65 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t5()
70 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t6()
72 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t6()
76 …forming an implicit widening conversion to type 'unsigned long' of a multiplication performed in t… in t7()
78 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t7()
83 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t8()
85 // CHECK-NOTES-ALL: :[[@LINE-3]]:11: note: perform multiplication in a wider type in t8()
89 …ning: performing an implicit widening conversion to type 'long' of a multiplication performed in t… in t9()
91 // CHECK-NOTES-ALL: :[[@LINE-3]]:10: note: perform multiplication in a wider type in t9()