/external/clang/test/CodeGen/ |
ppc-varargs-struct.c | 94 __int128_t u = va_arg (ap, __int128_t);
|
/external/compiler-rt/test/ubsan/TestCases/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);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.sign/ |
make_signed.pass.cpp | 58 test_make_signed< __int128_t, __int128_t >(); 59 test_make_signed< __uint128_t, __int128_t >(); 61 test_make_signed< HugeEnum, __int128_t >();
|
make_unsigned.pass.cpp | 25 enum HugeEnum : __int128_t enum 59 test_make_unsigned<__int128_t, __uint128_t>();
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.sign/ |
make_signed.pass.cpp | 58 test_make_signed< __int128_t, __int128_t >(); 59 test_make_signed< __uint128_t, __int128_t >(); 61 test_make_signed< HugeEnum, __int128_t >();
|
make_unsigned.pass.cpp | 25 enum HugeEnum : __int128_t enum 59 test_make_unsigned<__int128_t, __uint128_t>();
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/ |
make_signed.pass.cpp | 64 test_make_signed< __int128_t, __int128_t >(); 65 test_make_signed< __uint128_t, __int128_t >(); 67 test_make_signed< HugeEnum, __int128_t >();
|
/external/clang/test/CodeGenCXX/ |
const-init.cpp | 70 __int128_t PR11705 = (__int128_t)&PR11705; 74 void UnfoldableAddrLabelDiff() { static __int128_t x = (long)&&a-(long)&&b; a:b:return;}
|
/external/clang/test/Sema/ |
types.c | 17 __int128_t s; 22 int __int128_t; local 32 // __int128_t is __int128; __uint128_t is unsigned __int128. 34 typedef __int128_t check_int_128; // expected-note {{here}} 35 typedef int check_int_128; // expected-error {{different types ('int' vs '__int128_t' (aka '__int128'))}}
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
has_denorm_loss.pass.cpp | 46 test<__int128_t, false>();
|
has_infinity.pass.cpp | 46 test<__int128_t, false>();
|
has_quiet_NaN.pass.cpp | 46 test<__int128_t, false>();
|
has_signaling_NaN.pass.cpp | 46 test<__int128_t, false>();
|
is_bounded.pass.cpp | 46 test<__int128_t, true>();
|
is_exact.pass.cpp | 46 test<__int128_t, true>();
|
is_integer.pass.cpp | 46 test<__int128_t, true>();
|
is_modulo.pass.cpp | 46 test<__int128_t, false>();
|
tinyness_before.pass.cpp | 46 test<__int128_t, false>();
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
has_denorm_loss.pass.cpp | 46 test<__int128_t, false>();
|
has_infinity.pass.cpp | 46 test<__int128_t, false>();
|
has_quiet_NaN.pass.cpp | 46 test<__int128_t, false>();
|
has_signaling_NaN.pass.cpp | 46 test<__int128_t, false>();
|
is_bounded.pass.cpp | 46 test<__int128_t, true>();
|
is_exact.pass.cpp | 46 test<__int128_t, true>();
|