Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
H A Dsystem.h230 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
233 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dsystem.h229 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
232 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsystem.h284 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
287 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsystem.h323 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
326 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \