Lines Matching refs:__int128
1 typedef __int128 int128_t;
2 typedef signed __int128 sint128_t;
3 typedef unsigned __int128 uint128_t;
5 typedef __int128 int badxi;
6 typedef int __int128 badix;
7 typedef unsigned unsigned __int128 baduu;
8 typedef double __int128 baddx;
9 typedef __int128 double badxd;
13 return sizeof(__int128);
21 unsigned __int128 tmp;
42 int128.c:6:13: error: Trying to use reserved word '__int128' as identifier
48 int128.c:7:27: error: got __int128
50 int128.c:8:16: error: Trying to use reserved word '__int128' as identifier