Searched refs:__GNUC__ (Results 1 - 25 of 439) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/crypto/aesni/
H A Daesni_os.h30 #if defined(__GNUC__) && defined(_KERNEL)
/freebsd-11-stable/sys/sys/
H A Dtermios.h2 #ifdef __GNUC__
H A D_null.h36 #elif defined(__GNUG__) && defined(__GNUC__) && __GNUC__ >= 4
/freebsd-11-stable/include/
H A Dvarargs.h32 #if defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ > 2 || __GNUC__ >= 4)
37 #else /* ! __GNUC__ post GCC 3.3 */
41 #endif /* __GNUC__ post GCC 3.3 */
H A Dgssapi.h2 #ifdef __GNUC__
H A Dstdbool.h38 #if __STDC_VERSION__ < 199901L && __GNUC__ < 3 && !defined(__INTEL_COMPILER)
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dextern.h25 #if !defined(__GNUC__) || __GNUC__ < 2
/freebsd-11-stable/gnu/lib/libregex/
H A Dgnuregex.h30 #ifdef __GNUC__
/freebsd-11-stable/contrib/libreadline/
H A Drlstdc.h32 # if defined (__STDC__) || defined (__GNUC__) || defined (__cplusplus)
40 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8)
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Derr.h31 #if defined(__GNUC__) && (__GNUC__ > 2 || \
32 (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
38 #if defined(__GNUC__) && (__GNUC__ > 2 || \
39 (__GNUC__ == 2 && __GNUC_MINOR__ >= 7))
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A D_Noreturn.h2 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
/freebsd-11-stable/contrib/diff/lib/
H A Derror.h24 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
29 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
H A Dquotesys.h3 #if defined __STDC__ || __GNUC__
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdbool.h18 #elif defined(__GNUC__) && !defined(__STRICT_ANSI__)
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_atomic.h32 #elif defined(__GNUC__) && defined(__STRICT_ANSI__)
36 #elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
39 #elif defined(__GNUC__) && (defined(__PPC__) || defined(__ppc__))
42 #elif defined(__GNUC__) && (defined(__s390__) || defined(__s390x__))
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio_platform.h70 #if defined(__GNUC__) && (__GNUC__ > 2 || \
71 (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
/freebsd-11-stable/sys/amd64/include/
H A Defi.h43 #if defined(__clang__) || defined(__GNUC__) && \
44 (__GNUC__ > 4 || __GNUC__ == 4 && __GNUC_MINOR__ >= 4)
/freebsd-11-stable/contrib/libarchive/cat/
H A Dbsdcat_platform.h68 #if defined(__GNUC__) && (__GNUC__ > 2 || \
69 (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
/freebsd-11-stable/contrib/expat/lib/
H A Dexpat_external.h63 # elif defined(__GNUC__) && defined(__i386) && ! defined(__INTEL_COMPILER)
104 #if defined(__GNUC__) \
105 && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96))
111 #if defined(__GNUC__) \
112 && ((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dformatcheck.h34 #ifdef __GNUC__
/freebsd-11-stable/gnu/usr.bin/grep/
H A Derror.h28 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
33 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
H A Dgrep.h21 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 6) || __STRICT_ANSI__
/freebsd-11-stable/sys/contrib/dev/acpica/include/platform/
H A Dacenvex.h180 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest.h36 #if defined(__GNUC__) && (__GNUC__ >= 7)
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_common.h52 #if defined(__GNUC__) && defined(__GNUC_MINOR__)
54 ((__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)) \
55 || __GNUC__ > (major))

Completed in 135 milliseconds

1234567891011>>