Searched refs:INT_MULTIPLY_WRAPV (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dintprops.h334 bool overflow = INT_MULTIPLY_WRAPV (a, b, &result);
407 # define INT_MULTIPLY_WRAPV(a, b, r) __builtin_mul_overflow (a, b, r) macro
410 # define INT_MULTIPLY_WRAPV(a, b, r) \ macro
417 # define INT_MULTIPLY_WRAPV(a, b, r) \ macro
640 #define INT_MULTIPLY_OK(a, b, r) ! INT_MULTIPLY_WRAPV (a, b, r)
H A Dfnmatch_loop.c1042 if (INT_MULTIPLY_WRAPV (plen, sizeof (CHAR), &plensize) \
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dintprops.h312 bool overflow = INT_MULTIPLY_WRAPV (a, b, &result);
378 # define INT_MULTIPLY_WRAPV(a, b, r) __builtin_mul_overflow (a, b, r) macro
381 # define INT_MULTIPLY_WRAPV(a, b, r) \ macro
388 # define INT_MULTIPLY_WRAPV(a, b, r) \ macro
H A Dfnmatch_loop.c1042 if (INT_MULTIPLY_WRAPV (plen, sizeof (CHAR), &plensize) \

Completed in 89 milliseconds