Searched defs:__int128 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dtypes.c25 // __int128 is a keyword
27 __int128 i;
28 unsigned __int128 j;
29 long unsigned __int128 k; // expected-error {{'long __int128' is invalid}}
30 int __int128; // expected-error {{cannot combine with previous}} expected-warning {{does not declare anything}} local
32 // __int128_t is __int128; __uint128_t is unsigned __int128.
33 typedef __int128 check_int_128;
35 typedef int check_int_128; // expected-error {{different types ('int' vs '__int128_t' (aka '__int128'))}}
[all...]

Completed in 71 milliseconds