ref: 2abe3c04e394a50485d96cc1063bdeae6fdeaca0
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