HomeSort by relevance Sort by last modified time
    Searched defs:__int128 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
types.c 22 // __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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 241 !defined(__SIZEOF_INT128__) /* clang >= 3.1 has __int128 but no size macro */
245 typedef int __int128 __attribute__ ((__mode__ (TI))); typedef

Completed in 99 milliseconds