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

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

Completed in 335 milliseconds