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

  /external/compiler-rt/test/ubsan/TestCases/Integer/
div-zero.cpp 6 #ifdef __SIZEOF_INT128__
add-overflow.cpp 25 # ifdef __SIZEOF_INT128__
sub-overflow.cpp 24 # ifdef __SIZEOF_INT128__
uadd-overflow.cpp 25 # ifdef __SIZEOF_INT128__
usub-overflow.cpp 24 # ifdef __SIZEOF_INT128__
  /external/clang/test/SemaCXX/
ms_integer_suffix.cpp 16 #ifdef __SIZEOF_INT128__
17 static_assert(sizeof(0i128) == __SIZEOF_INT128__, "");
  /external/clang/test/Sema/
128bitint.c 10 int a[__SIZEOF_INT128__ == 16 ? 1 : -1];
47 #if defined(__SIZEOF_INT128__)
48 #error __SIZEOF_INT128__ should not be defined
  /external/compiler-rt/test/ubsan/TestCases/Float/
cast-overflow.cpp 48 #ifdef __SIZEOF_INT128__
97 #ifdef __SIZEOF_INT128__
  /external/clang/test/Lexer/
ms-extensions.c 10 #ifndef __SIZEOF_INT128__
  /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 */
242 #define __SIZEOF_INT128__ 16
244 #ifndef __SIZEOF_INT128__
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 27 #if __SIZEOF_INT128__
  /external/compiler-rt/include/sanitizer/
tsan_interface_atomic.h 25 #if defined(__SIZEOF_INT128__) \
  /external/chromium_org/v8/src/base/
atomicops_internals_tsan.h 25 #if defined(__SIZEOF_INT128__) \
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 47 #if defined(__SIZEOF_INT128__) \

Completed in 133 milliseconds