Home
last modified time | relevance | path

Searched refs:__has_builtin (Results 26 – 50 of 80) sorted by relevance

1234

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_compound.h22 #if __has_builtin(__is_compound)
H A Dis_member_object_pointer.h21 #if __has_builtin(__is_member_object_pointer)
H A Dis_member_pointer.h22 #if __has_builtin(__is_member_pointer)
H A Dis_const.h21 #if __has_builtin(__is_const)
H A Dis_volatile.h21 #if __has_builtin(__is_volatile)
H A Dremove_cv.h22 #if __has_builtin(__remove_cv) && !defined(_LIBCPP_COMPILER_GCC)
H A Dis_fundamental.h23 #if __has_builtin(__is_fundamental)
H A Dis_object.h25 #if __has_builtin(__is_object)
H A Dremove_cvref.h23 #if __has_builtin(__remove_cvref) && !defined(_LIBCPP_COMPILER_GCC)
H A Dremove_const.h20 #if __has_builtin(__remove_const)
H A Dremove_volatile.h20 #if __has_builtin(__remove_volatile)
H A Dadd_rvalue_reference.h21 #if __has_builtin(__add_rvalue_reference)
H A Drank.h23 #if __has_builtin(__array_rank) && 0
H A Dadd_lvalue_reference.h21 #if __has_builtin(__add_lvalue_reference)
H A Dis_array.h24 #if __has_builtin(__is_array) && 0
H A Dadd_pointer.h25 #if !defined(_LIBCPP_WORKAROUND_OBJCXX_COMPILER_INTRINSICS) && __has_builtin(__add_pointer)
H A Dis_member_function_pointer.h37 #if __has_builtin(__is_member_function_pointer)
H A Dremove_extent.h21 #if __has_builtin(__remove_extent)
H A Dremove_reference.h21 #if __has_builtin(__remove_reference_t)
H A Dremove_all_extents.h21 #if __has_builtin(__remove_all_extents)
H A Dis_signed.h23 #if __has_builtin(__is_signed)
H A Dis_unsigned.h23 #if __has_builtin(__is_unsigned)
/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dbyteswap.h37 # if __has_builtin(__builtin_bswap128) in byteswap()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp24 #if __GNUC__ || __has_builtin(__builtin_frame_address) in getStackPointer()
/freebsd/sys/dev/random/
H A Dunit_test.h39 #if defined(clang) && __has_builtin(__builtin_readcyclecounter)

1234