HomeSort by relevance Sort by last modified time
    Searched refs:__has_builtin (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/test/Preprocessor/
feature_tests.c 12 #if !__has_builtin(__builtin_huge_val) || \
13 !__has_builtin(__builtin_shufflevector) || \
14 !__has_builtin(__builtin_convertvector) || \
15 !__has_builtin(__builtin_trap) || \
16 !__has_builtin(__c11_atomic_init) || \
22 #if __has_builtin(__builtin_insanity)
32 #if !__has_builtin(__builtin_ia32_emms) || \
33 __has_builtin(__builtin_altivec_abs_v4sf)
37 // Macro expansion does not occur in the parameter to __has_builtin,
44 #if __has_builtin(MY_ALIAS_BUILTIN) || __has_feature(MY_ALIAS_FEATURE
    [all...]
  /external/libaom/libaom/aom_util/
endian_inl.h 32 #ifndef __has_builtin
33 #define __has_builtin(x) 0 macro
55 #if LOCAL_GCC_PREREQ(4, 8) || __has_builtin(__builtin_bswap16)
59 #if LOCAL_GCC_PREREQ(4, 3) || __has_builtin(__builtin_bswap32)
63 #if LOCAL_GCC_PREREQ(4, 3) || __has_builtin(__builtin_bswap64)
  /external/libvpx/libvpx/vpx_util/
endian_inl.h 28 #ifndef __has_builtin
29 #define __has_builtin(x) 0 macro
51 #if LOCAL_GCC_PREREQ(4, 8) || __has_builtin(__builtin_bswap16)
55 #if LOCAL_GCC_PREREQ(4, 3) || __has_builtin(__builtin_bswap32)
59 #if LOCAL_GCC_PREREQ(4, 3) || __has_builtin(__builtin_bswap64)
vpx_atomics.h 29 #if !defined(__has_builtin)
30 #define __has_builtin(x) 0 // Compatibility with non-clang compilers. macro
31 #endif // !defined(__has_builtin)
33 #if (__has_builtin(__atomic_load_n)) || \
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
Compiler.h 36 #ifndef __has_builtin
37 #define __has_builtin(x) 0 macro
59 #if __has_builtin(__builtin_unreachable) || LLVM_GNUC_PREREQ(4, 5, 0)
  /external/webp/src/utils/
endian_inl_utils.h 31 #if LOCAL_GCC_PREREQ(4,8) || __has_builtin(__builtin_bswap16)
34 #if LOCAL_GCC_PREREQ(4,3) || __has_builtin(__builtin_bswap32)
37 #if LOCAL_GCC_PREREQ(4,3) || __has_builtin(__builtin_bswap64)
  /external/libcxx/src/include/
atomic_support.h 16 #if defined(__clang__) && __has_builtin(__atomic_load_n) \
17 && __has_builtin(__atomic_store_n) \
18 && __has_builtin(__atomic_add_fetch) \
19 && __has_builtin(__atomic_exchange_n) \
20 && __has_builtin(__atomic_compare_exchange_n) \
  /external/libcxxabi/src/include/
atomic_support.h 20 #if defined(__clang__) && __has_builtin(__atomic_load_n) \
21 && __has_builtin(__atomic_store_n) \
22 && __has_builtin(__atomic_add_fetch) \
23 && __has_builtin(__atomic_exchange_n) \
24 && __has_builtin(__atomic_compare_exchange_n) \
  /external/vixl/src/
compiler-intrinsics-vixl.h 55 #define COMPILER_HAS_BUILTIN_CLRSB (__has_builtin(__builtin_clrsb))
56 #define COMPILER_HAS_BUILTIN_CLZ (__has_builtin(__builtin_clz))
57 #define COMPILER_HAS_BUILTIN_CTZ (__has_builtin(__builtin_ctz))
58 #define COMPILER_HAS_BUILTIN_FFS (__has_builtin(__builtin_ffs))
59 #define COMPILER_HAS_BUILTIN_POPCOUNT (__has_builtin(__builtin_popcount))
  /external/v8/include/
v8config.h 225 # define V8_HAS_BUILTIN_BSWAP16 (__has_builtin(__builtin_bswap16))
226 # define V8_HAS_BUILTIN_BSWAP32 (__has_builtin(__builtin_bswap32))
227 # define V8_HAS_BUILTIN_BSWAP64 (__has_builtin(__builtin_bswap64))
228 # define V8_HAS_BUILTIN_CLZ (__has_builtin(__builtin_clz))
229 # define V8_HAS_BUILTIN_CTZ (__has_builtin(__builtin_ctz))
230 # define V8_HAS_BUILTIN_EXPECT (__has_builtin(__builtin_expect))
231 # define V8_HAS_BUILTIN_FRAME_ADDRESS (__has_builtin(__builtin_frame_address))
232 # define V8_HAS_BUILTIN_POPCOUNT (__has_builtin(__builtin_popcount))
233 # define V8_HAS_BUILTIN_SADD_OVERFLOW (__has_builtin(__builtin_sadd_overflow))
234 # define V8_HAS_BUILTIN_SSUB_OVERFLOW (__has_builtin(__builtin_ssub_overflow)
    [all...]
  /external/llvm/include/llvm/Support/
Compiler.h 36 #ifndef __has_builtin
37 # define __has_builtin(x) 0 macro
175 #if __has_builtin(__builtin_expect) || LLVM_GNUC_PREREQ(4, 0, 0)
257 #if __has_builtin(__builtin_unreachable) || LLVM_GNUC_PREREQ(4, 5, 0)
265 #if __has_builtin(__builtin_trap) || LLVM_GNUC_PREREQ(4, 3, 0)
280 #if __has_builtin(__builtin_debugtrap)
296 #if __has_builtin(__builtin_assume_aligned) || LLVM_GNUC_PREREQ(4, 7, 0)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Compiler.h 40 #ifndef __has_builtin
41 # define __has_builtin(x) 0 macro
177 #if __has_builtin(__builtin_expect) || LLVM_GNUC_PREREQ(4, 0, 0)
272 #if __has_builtin(__builtin_unreachable) || LLVM_GNUC_PREREQ(4, 5, 0)
280 #if __has_builtin(__builtin_trap) || LLVM_GNUC_PREREQ(4, 3, 0)
295 #if __has_builtin(__builtin_debugtrap)
311 #if __has_builtin(__builtin_assume_aligned) || LLVM_GNUC_PREREQ(4, 7, 0)
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_math.h 24 #ifndef __has_builtin
25 # define __has_builtin(x) 0 macro
49 #if __has_builtin(__builtin_isfinite)
59 #endif /* __has_builtin(__builtin_isfinite) */
  /external/compiler-rt/lib/builtins/
int_math.h 24 #ifndef __has_builtin
25 # define __has_builtin(x) 0 macro
49 #if __has_builtin(__builtin_isfinite)
59 #endif /* __has_builtin(__builtin_isfinite) */
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/
noop_coroutine.pass.cpp 23 #if __has_builtin(__builtin_coro_noop)
75 #endif // __has_builtin(__builtin_coro_noop)
  /external/tensorflow/tensorflow/core/platform/
macros.h 71 #ifdef __has_builtin
72 #define TF_HAS_BUILTIN(x) __has_builtin(x)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Compiler.h 43 #ifndef __has_builtin
44 # define __has_builtin(x) 0 macro
174 #if __has_builtin(__builtin_expect) || LLVM_GNUC_PREREQ(4, 0, 0)
271 #if __has_builtin(__builtin_unreachable) || LLVM_GNUC_PREREQ(4, 5, 0)
279 #if __has_builtin(__builtin_trap) || LLVM_GNUC_PREREQ(4, 3, 0)
294 #if __has_builtin(__builtin_debugtrap)
310 #if __has_builtin(__builtin_assume_aligned) || LLVM_GNUC_PREREQ(4, 7, 0)
  /external/mesa3d/src/util/
macros.h 36 /* For compatibility with Clang's __has_builtin() */
37 #ifndef __has_builtin
38 # define __has_builtin(x) 0 macro
94 #if __has_builtin(__builtin_assume)
  /external/dng_sdk/source/
dng_safe_arithmetic.h 29 #ifndef __has_builtin
30 #define __has_builtin(x) 0 // Compatibility with non-Clang compilers. macro
112 #if __has_builtin(__builtin_smull_overflow)
150 #if __has_builtin(__builtin_smull_overflow)
  /external/icu/icu4c/source/common/
putilimp.h 226 #elif __has_builtin(__c11_atomic_load) && \
227 __has_builtin(__c11_atomic_store) && \
228 __has_builtin(__c11_atomic_fetch_add) && \
229 __has_builtin(__c11_atomic_fetch_sub)
  /external/tensorflow/tensorflow/core/lib/hash/
crc32c_accelerate.cc 28 #if __has_builtin(__builtin_cpu_supports)
  /external/libcxx/test/support/
test_macros.h 40 #ifdef __has_builtin
41 #define TEST_HAS_BUILTIN(X) __has_builtin(X)
  /external/swiftshader/third_party/subzero/src/
IceUtils.h 74 #if __has_builtin(__builtin_uadd_overflow)
133 #if __has_builtin(__builtin_clz)
  /external/clang/test/SemaCXX/
make_integer_seq.cpp 3 static_assert(__has_builtin(__make_integer_seq), "");
  /external/brotli/c/include/brotli/
port.h 213 #if defined(__has_builtin)
215 __has_builtin(builtin)

Completed in 2249 milliseconds

1 2