inittyp.c | 52 #define typeinfo(name, signed_type, unsigned_type, size_in_bits, rv, c) \ macro 72 #define typeinfo(name, signed_type, unsigned_type, size_in_bits, rank, c) \ macro 82 typeinfo(NULL, NO_TSPEC, NO_TSPEC, 0, 0, ' '), 83 typeinfo("signed", SIGNED, UNSIGN, 0, 0, ' '), 84 typeinfo("unsigned", SIGNED, UNSIGN, 0, 0, ' '), 85 typeinfo("_Bool", BOOL, BOOL, CHAR_SIZE, 1, 'u'), 86 typeinfo("char", SCHAR, UCHAR, CHAR_SIZE, 2, 88 typeinfo("signed char", SCHAR, UCHAR, CHAR_SIZE, 2, 's'), 89 typeinfo("unsigned char", SCHAR, UCHAR, CHAR_SIZE, 2, 'u'), 90 typeinfo("short", SHORT, USHORT, SHORT_SIZE, 3, 's') [all...] |