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

1234567891011>>

/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdbool.h39 (defined __GNUC__&& __STDC_VERSION__ < 199901L && __GNUC__ < 3)
/external/bison/build-aux/snippet/
H A Darg-nonnull.h21 # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3
H A D_Noreturn.h2 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
/external/bison/darwin-lib/
H A Darg-nonnull.h5 # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3
H A Dunitypes.h30 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
40 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
/external/bison/lib/
H A Dlibiberty.h27 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8)
H A Dunitypes.in.h29 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
39 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
/external/bison/linux-lib/
H A Darg-nonnull.h5 # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3
H A Dunitypes.h30 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
40 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
/external/libexif/libexif/
H A Dexif-system.h26 #if defined(__GNUC__) && (__GNUC__ >= 2)
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_mixer_MMX.h12 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
/external/stlport/stlport/stl/
H A D_string_npos.h22 #elif defined (__GNUC__) && (__GNUC__ == 2) && (__GNUC_MINOR__ == 96)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dbasics.h4 #if defined(__GNUC__) && !defined(inline)
/external/clang/lib/Headers/
H A Dstdbool.h34 #elif defined(__GNUC__) && !defined(__STRICT_ANSI__)
/external/ipsec-tools/src/racoon/
H A Dgnuc.h16 #ifdef __GNUC__
30 #ifdef __GNUC__
34 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
/external/libpcap/Win32/Include/
H A DGnuc.h15 #ifdef __GNUC__
30 #ifdef __GNUC__
34 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
/external/mesa3d/include/c99/
H A Dstdbool.h38 #if defined(_MSC_VER) || (__STDC_VERSION__ < 199901L && __GNUC__ < 3)
/external/chromium_org/third_party/expat/files/lib/
H A Dinternal.h23 #if defined(__GNUC__) && defined(__i386__) && !defined(__MINGW32__)
61 #ifdef __GNUC__
63 #endif /* __GNUC__ */
/external/chromium_org/third_party/icu/source/common/
H A Duposixdefs.h67 #if (U_PLATFORM == U_PF_AIX && !defined(__GNUC__)) || (U_PLATFORM == U_PF_SOLARIS && defined(__GNUC__))
/external/expat/lib/
H A Dinternal.h23 #if defined(__GNUC__) && defined(__i386__) && !defined(__MINGW32__)
61 #ifdef __GNUC__
63 #endif /* __GNUC__ */
/external/icu/icu4c/source/common/
H A Duposixdefs.h67 #if (U_PLATFORM == U_PF_AIX && !defined(__GNUC__)) || (U_PLATFORM == U_PF_SOLARIS && defined(__GNUC__))
/external/qemu/android/utils/
H A Dcompiler.h25 #if defined(__GNUC__) && defined(__GNUC_MINOR__)
27 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
/external/e2fsprogs/intl/
H A Dvasnprintf.h30 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
35 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
/external/kernel-headers/original/uapi/asm-generic/
H A Dswab.h13 #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
/external/stlport/stlport/stl/config/
H A D_hpux.h8 #ifdef __GNUC__

Completed in 1382 milliseconds

1234567891011>>