Home
last modified time | relevance | path

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

/freebsd/kerberos5/include/
H A Dkrb5-types.h17 #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 Dkrb5-types.cross16 #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 Dcdefs.h51 #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 Dstdatomic.h36 #if (__has_extension(c_atomic) || __has_extension(cxx_atomic)) && \
H A Datomic_common.h73 __has_extension(c_generic_selections)
/freebsd/contrib/libcxxrt/
H A Datomic.h8 #ifndef __has_extension
9 # define __has_extension(x) 0 macro
12 #if !__has_extension(c_atomic)
/freebsd/crypto/heimdal/base/
H A Dheimbase.h51 #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 Dvhd.c38 #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 Dhresetintrin.h16 #if __has_extension(gnu_asm)
H A Dpconfigintrin.h19 #if __has_extension(gnu_asm)
H A Dsgxintrin.h17 #if __has_extension(gnu_asm)
H A Dimmintrin.h663 #if defined(_MSC_VER) && __has_extension(gnu_asm)
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Ddatasizeof.h29 #if __has_keyword(__datasizeof) || __has_extension(datasizeof)
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h30 #ifndef __has_extension
31 # define __has_extension(x) 0 macro
/freebsd/contrib/tzcode/
H A Dprivate.h75 #if !defined HAVE__GENERIC && defined __has_extension
76 # if !__has_extension(c_generic_selections)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def10 // 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 DAttrDocs.td1197 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 Dmath.h72 #if __STDC_VERSION__ >= 201112L || __has_extension(c_generic_selections)
/freebsd/include/
H A Dtgmath.h64 __has_extension(c_generic_selections)
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config166 # 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 Dsqlite3.c13986 #ifndef __has_extension
13987 # define __has_extension(x) 0 /* compatibility with non-clang compilers */ macro
13989 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)