HomeSort by: relevance | last modified time | path
    Searched refs:INTTYPE_SIGNED (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
system.h 233 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1))
236 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 233 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1))
236 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \
  /src/external/gpl3/gcc/dist/gcc/
system.h 334 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1))
337 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 334 #define INTTYPE_SIGNED(t) (! ((t) 0 < (t) -1))
337 #define INTTYPE_MINIMUM(t) ((t) (INTTYPE_SIGNED (t) \

Completed in 21 milliseconds