Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h233 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h233 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h334 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h329 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro