Home
last modified time | relevance | path

Searched refs:__has_extension (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dcdefs.h45 #ifndef __has_extension
46 #define __has_extension __has_feature macro
555 #if !__has_extension(c_alignas)
557 __has_extension(cxx_alignas)
575 #if !__has_extension(c_static_assert)
577 __has_extension(cxx_static_assert)
591 #if !__has_extension(c_thread_local)
593 __has_extension(cxx_thread_local)
H A Datomic_common.h72 __has_extension(c_generic_selections)
/dragonfly/contrib/diffutils/lib/
H A Dcdefs.h91 #if defined __clang__ && defined __has_extension
92 # define __glibc_clang_has_extension(ext) __has_extension (ext)
/dragonfly/contrib/grep/lib/
H A Dcdefs.h91 #if defined __clang__ && defined __has_extension
92 # define __glibc_clang_has_extension(ext) __has_extension (ext)
/dragonfly/contrib/openbsd_libm/include/global/
H A Dtgmath.h64 __has_extension(c_generic_selections)