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

1234567891011>>

/external/opencore/oscl/oscl/config/android/
H A Dosclconfig_compiler_warnings.h39 #ifdef __GNUC__
/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_mixer_MMX.h11 #if defined(__GNUC__) && defined(__i386__) && defined(SDL_ASSEMBLY_ROUTINES)
/external/bison/lib/
H A Dlibiberty.h27 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
H A Derror.h24 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
29 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
H A Dstdbool_.h81 # if !defined __GNUC__
/external/icu4c/tools/toolutil/
H A Dplatform_xopen_source_extended.h30 #if (defined(U_AIX) && !defined(__GNUC__)) || (defined(U_SOLARIS) && defined(__GNUC__))
/external/stlport/stlport/stl/
H A D_string_npos.h22 #elif defined (__GNUC__) && (__GNUC__ == 2) && (__GNUC_MINOR__ == 96)
/external/ipsec-tools/src/racoon/
H A Dgnuc.h16 #ifdef __GNUC__
30 #ifdef __GNUC__
34 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
/external/expat/lib/
H A Dinternal.h23 #if defined(__GNUC__) && defined(__i386__) && !defined(__MINGW32__)
61 #ifdef __GNUC__
63 #endif /* __GNUC__ */
/external/bluetooth/bluez/sbc/
H A Dsbc_primitives_neon.h31 #if defined(__GNUC__) && defined(__ARM_NEON__) && \
H A Dsbc_primitives_mmx.h31 #if defined(__GNUC__) && (defined(__i386__) || defined(__amd64__)) && \
/external/bluetooth/glib/glib/gnulib/
H A Dvasnprintf.h30 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
35 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
/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/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__
H A D_gcc.h9 #if (__GNUC__ < 2) || ((__GNUC__ < 3) && ((__GNUC_MINOR__ < 95) || (__GNUC_MINOR__ == 96)))
25 (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 3) && !defined (_GLIBCPP_USE_C99)
30 #if (__GNUC__ < 3)
34 #if (__GNUC__ < 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ < 4))
54 # if (__GNUC__ >= 3)
78 # if (__GNUC__ >= 4)
96 # if !defined (__MINGW32__) || (__GNUC__ < 3) || (__GNUC__
[all...]
H A Dhost.h292 #if defined(__sun) && defined(__GNUC__)
H A D_icc.h37 #ifndef __GNUC__
38 # define __GNUC__ 3 macro
H A D_solaris.h12 #ifdef __GNUC__
45 # if ( (defined (__GNUC__) && defined (__sparc_v9__)) || \
56 #ifdef __GNUC__
72 #ifdef __GNUC__
/external/bluetooth/glib/glib/
H A Dgmacros.h46 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
54 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
64 #if __GNUC__ >= 4
70 #if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
78 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4)
93 #else /* !__GNUC__ */
[all...]
H A Dgbacktrace.h54 #if (defined (__i386__) || defined (__x86_64__)) && defined (__GNUC__) && __GNUC__ >= 2
60 #elif defined (__alpha__) && !defined(__osf__) && defined (__GNUC__) && __GNUC__ >= 2
/external/dbus/dbus/
H A Ddbus-macros.h53 #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
/external/libxml2/
H A Dlibxml.h83 #ifdef __GNUC__
86 #if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3)
/external/opencore/oscl/oscl/config/linux/
H A Dosclconfig.h69 #ifdef __GNUC__
70 #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 4))
/external/dhcpcd/
H A Dlogger.h31 #if defined(__GNUC__)

Completed in 1258 milliseconds

1234567891011>>