HomeSort by relevance Sort by last modified time
    Searched refs:__int128_t (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CodeGen/
ppc64-varargs-struct.c 27 __int128_t u = va_arg (ap, __int128_t);
  /external/compiler-rt/lib/ubsan/lit_tests/Integer/
add-overflow.cpp 26 (void)((__int128_t(1) << 126) + (__int128_t(1) << 126));
sub-overflow.cpp 25 (void)(-(__int128_t(1) << 126) - (__int128_t(1) << 126) - 1);
  /external/clang/test/CodeGenCXX/
const-init.cpp 63 __int128_t PR11705 = (__int128_t)&PR11705;
67 void UnfoldableAddrLabelDiff() { static __int128_t x = (long)&&a-(long)&&b; a:b:return;}
mangle.cpp 54 void f(__int128_t, __uint128_t) { }
  /external/clang/test/Sema/
types.c 14 __int128_t s;
19 int __int128_t; local
29 // __int128_t is __int128; __uint128_t is unsigned __int128.
31 typedef __int128_t check_int_128; // expected-note {{here}} expected-warning {{redefinition}}
32 typedef int check_int_128; // expected-error {{different types ('int' vs '__int128_t' (aka '__int128'))}}
128bitint.c 20 __int128_t Signed128 = 123456789012345678901234567890i128;
  /external/libffi/src/x86/
ffi64.c 43 __int128_t sse[MAX_SSE_REGS];

Completed in 859 milliseconds