Home
last modified time | relevance | path

Searched defs:INT_MULTIPLY_WRAPV (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dintprops.h407 # 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