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

/freebsd-12-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-12-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.h437 #if defined(_MSC_VER) && __has_extension(gnu_asm)
519 #endif /* defined(_MSC_VER) && __has_extension(gnu_asm) */
/freebsd-12-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-12-stable/sys/sys/
H A Dcdefs.h47 #ifndef __has_extension
48 #define __has_extension __has_feature macro
254 #if !__has_extension(c_alignas)
256 __has_extension(cxx_alignas)
270 #if !defined(__cplusplus) && !__has_extension(c_atomic) && \
271 !__has_extension(cxx_atomic) && !__GNUC_PREREQ__(4, 7)
285 #if !__has_extension(c_static_assert)
287 __has_extension(cxx_static_assert)
301 #if !__has_extension(c_thread_local)
308 __has_extension(cxx_thread_loca
[all...]
H A Dstdatomic.h38 #if __has_extension(c_atomic) || __has_extension(cxx_atomic)
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h33 #ifndef __has_extension
34 # define __has_extension(x) 0 macro
/freebsd-12-stable/lib/msun/src/
H A Dmath.h80 #if __STDC_VERSION__ >= 201112L || __has_extension(c_generic_selections)
/freebsd-12-stable/include/
H A Dtgmath.h66 __has_extension(c_generic_selections)
/freebsd-12-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 524 milliseconds