Searched refs:TYPE_SIGNED (Results 1 – 1 of 1) sorted by relevance
40 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro57 ((t) (! TYPE_SIGNED (t) \101 # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t))475 (TYPE_SIGNED (__typeof__ (*(r))) \
Completed in 5 milliseconds