We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f000eb5 commit 70f5880Copy full SHA for 70f5880
1 file changed
rules/builtin/src.c
@@ -0,0 +1,2 @@
1
+int f12(long a, long b, long *r) { return __builtin_mul_overflow(a, b, r); }
2
+int f13(long long a, long long b, long long *r) { return __builtin_mul_overflow(a, b, r); }
0 commit comments