Searched refs:__has_extension (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/kerberos5/include/
H A Dkrb5-types.h18 #if !defined(__has_extension)
19 #define __has_extension(x) 0 macro
28 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
38 #if __has_extension(format) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
46 #if __has_extension(noreturn) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
54 #if __has_extension(unused) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dpconfigintrin.h19 #if __has_extension(gnu_asm)
38 #endif /* __has_extension(gnu_asm) */
H A Dsgxintrin.h17 #if __has_extension(gnu_asm)
58 #endif /* __has_extension(gnu_asm) */
H A Dimmintrin.h504 #if defined(_MSC_VER) && __has_extension(gnu_asm)
586 #endif /* defined(_MSC_VER) && __has_extension(gnu_asm) */
/freebsd-13-stable/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-13-stable/sys/sys/
H A Dcdefs.h51 #ifndef __has_extension
52 #define __has_extension __has_feature macro
250 #if !__has_extension(c_alignas)
252 __has_extension(cxx_alignas)
266 #if !defined(__cplusplus) && !__has_extension(c_atomic) && \
267 !__has_extension(cxx_atomic) && !__GNUC_PREREQ__(4, 7)
281 #if !__has_extension(c_static_assert)
283 __has_extension(cxx_static_assert)
297 #if !__has_extension(c_thread_local)
304 __has_extension(cxx_thread_loca
[all...]
H A Dstdatomic.h38 #if __has_extension(c_atomic) || __has_extension(cxx_atomic)
/freebsd-13-stable/usr.bin/mkimg/
H A Dvhd.c40 #ifndef __has_extension
41 #define __has_extension(x) 0 macro
96 #if __has_extension(c_static_assert)
259 #if __has_extension(c_static_assert)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h33 #ifndef __has_extension
34 # define __has_extension(x) 0 macro
/freebsd-13-stable/lib/msun/src/
H A Dmath.h80 #if __STDC_VERSION__ >= 201112L || __has_extension(c_generic_selections)
/freebsd-13-stable/include/
H A Dtgmath.h66 __has_extension(c_generic_selections)
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c13570 #ifndef __has_extension
13571 # define __has_extension(x) 0 /* compatibility with non-clang compilers */ macro
13574 (__has_extension(c_atomic) && __has_extension(c_atomic_store_n))
[all...]

Completed in 924 milliseconds