Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dintprops.h368 # define INT_NEGATE_OVERFLOW(a) INT_SUBTRACT_OVERFLOW (0, a) macro
370 # define INT_NEGATE_OVERFLOW(a) \ macro