/freebsd/kerberos5/include/ |
H A D | krb5-types.h | 17 #if !defined(__has_extension) 18 #define __has_extension(x) 0 macro 27 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 37 #if __has_extension(format) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 45 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 53 #if __has_extension(unused) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
|
/freebsd/crypto/heimdal/include/ |
H A D | krb5-types.cross | 16 #if !defined(__has_extension) 17 #define __has_extension(x) 0 26 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 36 #if __has_extension(format) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 44 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 52 #if __has_extension(unused) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
|
/freebsd/sys/sys/ |
H A D | cdefs.h | 51 #ifndef __has_extension 52 #define __has_extension __has_feature macro 173 #if !__has_extension(c_alignas) 175 __has_extension(cxx_alignas) 195 #if !__has_extension(c_static_assert) 197 __has_extension(cxx_static_assert) 202 #if !__has_extension(c_thread_local) 204 __has_extension(cxx_thread_local) 226 __has_extension(c_generic_selections) 701 #if __has_extension(c_thread_safety_attributes)
|
H A D | stdatomic.h | 36 #if (__has_extension(c_atomic) || __has_extension(cxx_atomic)) && \
|
H A D | atomic_common.h | 73 __has_extension(c_generic_selections)
|
/freebsd/contrib/libcxxrt/ |
H A D | atomic.h | 8 #ifndef __has_extension 9 # define __has_extension(x) 0 macro 12 #if !__has_extension(c_atomic)
|
/freebsd/crypto/heimdal/base/ |
H A D | heimbase.h | 51 #if !defined(__has_extension) 52 #define __has_extension(x) 0 macro 60 #if __has_extension(__builtin_expect) || HEIM_REQUIRE_GNUC(3,0,0)
|
/freebsd/usr.bin/mkimg/ |
H A D | vhd.c | 38 #ifndef __has_extension 39 #define __has_extension(x) 0 macro 94 #if __has_extension(c_static_assert) 257 #if __has_extension(c_static_assert)
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | hresetintrin.h | 16 #if __has_extension(gnu_asm)
|
H A D | pconfigintrin.h | 19 #if __has_extension(gnu_asm)
|
H A D | sgxintrin.h | 17 #if __has_extension(gnu_asm)
|
H A D | immintrin.h | 663 #if defined(_MSC_VER) && __has_extension(gnu_asm)
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | datasizeof.h | 29 #if __has_keyword(__datasizeof) || __has_extension(datasizeof)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Compiler.h | 30 #ifndef __has_extension 31 # define __has_extension(x) 0 macro
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 75 #if !defined HAVE__GENERIC && defined __has_extension 76 # if !__has_extension(c_generic_selections)
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Features.def | 10 // via __has_extension. Users of this file must either define the FEATURE or 218 // FIXME: Should this be __has_feature or __has_extension?
|
H A D | AttrDocs.td | 1197 query for it using ``__has_extension(overloadable_unmarked)``. 5191 calling convention with ``__has_extension(swiftcc)``. This implies 5243 ``__has_extension(swiftasynccc)``.
|
/freebsd/lib/msun/src/ |
H A D | math.h | 72 #if __STDC_VERSION__ >= 201112L || __has_extension(c_generic_selections)
|
/freebsd/include/ |
H A D | tgmath.h | 64 __has_extension(c_generic_selections)
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __config | 166 # ifndef __has_extension 167 # define __has_extension(__x) 0 362 # if __has_extension(blocks) 922 # if __has_feature(cxx_atomic) || __has_extension(c_atomic) || __has_keyword(_Atomic)
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 13986 #ifndef __has_extension 13987 # define __has_extension(x) 0 /* compatibility with non-clang compilers */ macro 13989 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)
|