Home
last modified time | relevance | path

Searched refs:__has_builtin (Results 51 – 75 of 80) sorted by relevance

1234

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_scalar.h26 #if __has_builtin(__is_scalar)
H A Dremove_pointer.h20 #if !defined(_LIBCPP_WORKAROUND_OBJCXX_COMPILER_INTRINSICS) && __has_builtin(__remove_pointer)
H A Ddecay.h28 #if __has_builtin(__decay)
H A Dis_pointer.h22 #if __has_builtin(__is_pointer)
H A Dextent.h22 #if __has_builtin(__array_extent)
H A Dis_integral.h50 #if __has_builtin(__is_integral)
H A Dmake_signed.h26 #if __has_builtin(__make_signed)
H A Dis_nothrow_constructible.h26 #if __has_builtin(__is_nothrow_constructible) && !defined(_LIBCPP_COMPILER_GCC)
H A Dis_destructible.h25 #if __has_builtin(__is_destructible)
H A Dis_equality_comparable.h54 #if __has_builtin(__is_trivially_equality_comparable)
H A Dmake_unsigned.h28 #if __has_builtin(__make_unsigned)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar198 #if __has_builtin(__builtin_wcslen)
213 #if __has_builtin(__builtin_wmemcmp)
235 #if __has_builtin(__builtin_wmemchr)
246 #endif // __has_builtin(__builtin_wmemchr)
H A Dnew270 #if __has_builtin(__builtin_operator_new) && __has_builtin(__builtin_operator_delete)
279 #if __has_builtin(__builtin_operator_new) && __has_builtin(__builtin_operator_delete)
H A D__assert29 #if 0 && __has_builtin(__builtin_assume)
H A Dcmath574 #if __has_builtin(__builtin_isnan)
588 #if __has_builtin(__builtin_isinf)
602 #if __has_builtin(__builtin_isfinite)
/freebsd/contrib/llvm-project/libcxx/include/__tuple/
H A Dtuple_element.h46 # if !__has_builtin(__type_pack_element)
/freebsd/sys/contrib/zstd/lib/common/
H A Dmem.h265 || (defined(__clang__) && __has_builtin(__builtin_bswap32)) in MEM_swap32()
280 || (defined(__clang__) && __has_builtin(__builtin_bswap64)) in MEM_swap64()
/freebsd/sys/contrib/edk2/Include/
H A DBase.h64 #if __has_builtin (__builtin_unreachable)
118 #if __has_builtin (__builtin_unreachable)
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py24 def __has_builtin(x): return 0 function
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dconstexpr_c_functions.h122 #if _LIBCPP_STD_VER >= 17 && __has_builtin(__builtin_char_memchr) in __constexpr_memchr()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c55 #ifndef __has_builtin
56 # define __has_builtin(x) 0 macro
64 || (defined(__clang__) && __has_builtin(__builtin_bswap32)) in ZWRAP_swap32()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c369 #if __has_builtin(__c11_atomic_fetch_nand)
/freebsd/sys/sys/
H A Dstdatomic.h300 #if __has_builtin(__sync_swap)
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h1304 #ifndef __has_builtin
1305 #define __has_builtin(x) 0
1309 #if __has_builtin(__builtin_unreachable) || defined(__GNUC__)
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h72 #if defined(__clang__) && __has_builtin(__atomic_add_fetch) && defined(__ATOMIC_RELAXED) && defined…
81 (__has_builtin(__atomic_load_n) || defined(_LIBCPP_COMPILER_GCC)) in __libcpp_relaxed_load()
91 (__has_builtin(__atomic_load_n) || defined(_LIBCPP_COMPILER_GCC)) in __libcpp_acquire_load()

1234