ref: ad3e410e18f471cc42104b7f39f195fb5d819b7a
dir: /cc1/arch/amd64-sysv/arch.h/
/* See LICENSE file for copyright and license details. */ #define RANK_BOOL 0 #define RANK_SCHAR 1 #define RANK_UCHAR 1 #define RANK_CHAR 1 #define RANK_SHORT 2 #define RANK_USHORT 2 #define RANK_INT 3 #define RANK_UINT 3 #define RANK_LONG 4 #define RANK_ULONG 4 #define RANK_LLONG 5 #define RANK_ULLONG 5 #define RANK_FLOAT 6 #define RANK_DOUBLE 7 #define RANK_LDOUBLE 8 #define TINT long long #define TUINT unsigned long long #define TFLOAT double #define L_ENUM L_INT32