Searched refs:__STRICT_ANSI__ (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/lib/Headers/
H A Dstdbool.h34 #elif defined(__GNUC__) && !defined(__STRICT_ANSI__)
H A Dstdarg.h42 #if __STDC_VERSION__ >= 199900L || __cplusplus >= 201103L || !defined(__STRICT_ANSI__)
H A Dlimits.h106 #if defined(__GNU_LIBRARY__) ? defined(__USE_GNU) : !defined(__STRICT_ANSI__)
/external/kernel-headers/original/asm-generic/
H A Dswab.h13 #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__)
/external/bison/lib/
H A Dlibiberty.h27 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
H A Dxalloc.h32 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
H A Dsubpipe.c77 (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
/external/bluetooth/glib/glib/gnulib/
H A Dvasnprintf.h30 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
/external/e2fsprogs/intl/
H A Dvasnprintf.h30 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
/external/kernel-headers/original/asm-arm/
H A Dtypes.h22 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
H A Dbyteorder.h46 #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_cfg.h59 #if !defined(__STRICT_ANSI__) && (defined(INTEL_CC) || (defined(_MSC_VER) && defined(WIN32)) || (defined(__GNUC__) && (defined(__DJGPP__) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__i386__))))
73 #if !defined(__STRICT_ANSI__) && defined(__x86_64__)
81 #if !defined(__STRICT_ANSI__) && defined(LTC_PPC32)
H A Dtomcrypt_macros.h245 #elif !defined(__STRICT_ANSI__) && defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) && !defined(INTEL_CC) && !defined(LTC_NO_ASM)
288 #elif !defined(__STRICT_ANSI__) && defined(LTC_PPC32)
344 #if !defined(__STRICT_ANSI__) && defined(__GNUC__) && defined(__x86_64__) && !defined(LTC_NO_ASM)
/external/kernel-headers/original/linux/
H A Dtypes.h55 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
121 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
173 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
/external/oprofile/libpopt/
H A Dsystem.h60 #elif defined(__GNUC__) && defined(__STRICT_ANSI__)
/external/stlport/stlport/stl/config/
H A D_gcc.h184 #if defined ( __STRICT_ANSI__ )
/external/bison/src/
H A Dsystem.h96 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__)
/external/bluetooth/glib/glib/
H A Dgutils.h87 #if defined (G_HAVE_INLINE) && defined (__GNUC__) && defined (__STRICT_ANSI__)
/external/libxml2/
H A Dtrio.c188 # if defined(TRIO_COMPILER_GCC) && !defined(__STRICT_ANSI__)
/external/icu4c/common/
H A Dumutex.c33 #if defined(__STRICT_ANSI__)
H A Dputil.c90 #elif defined(U_CYGWIN) && defined(__STRICT_ANSI__)
92 # undef __STRICT_ANSI__ macro
/external/openssl/crypto/des/
H A Ddes_locl.h165 #elif defined(__GNUC__) && __GNUC__>=2 && !defined(__STRICT_ANSI__) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) && !defined(PEDANTIC)
/external/bison/data/
H A Dglr.c305 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__)
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp33 #if defined(U_CYGWIN) && defined(__STRICT_ANSI__)
35 #undef __STRICT_ANSI__ macro
/external/icu4c/extra/uconv/
H A Duconv.cpp43 #if (defined(U_WINDOWS) || defined(U_CYGWIN)) && !defined(__STRICT_ANSI__)

Completed in 442 milliseconds

12