HomeSort by relevance Sort by last modified time
    Searched refs:__STDC_VERSION__ (Results 1 - 25 of 345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/include/syslinux/
version.h 4 #define __STDC_VERSION__ 200000L
  /external/syslinux/com32/include/
stdbool.h 11 #if !defined(__STDC_VERSION__) || (__STDC_VERSION__ < 199901L)
  /external/clang/test/Lexer/
long-long.cpp 8 # if __STDC_VERSION__ < 199901L
has_feature_c1x.c 59 #if __STDC_VERSION__ > 199901L
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdbool.h 38 #if __STDC_VERSION__ < 199901L && __GNUC__ < 3 && !defined(__INTEL_COMPILER)
  /external/clang/test/Preprocessor/
utf8-allowed-chars.c 49 # if __STDC_VERSION__ >= 201112L
ucn-allowed-chars.c 59 # if __STDC_VERSION__ >= 201112L
  /external/clang/test/FixIt/
fixit-errors.c 26 #if __STDC_VERSION__ > 199901L
  /external/boringssl/src/include/openssl/
type_check.h 79 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
  /external/webp/include/webp/
types.h 22 (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
  /external/webp/src/webp/
types.h 22 (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
  /bionic/libc/include/
assert.h 50 # if defined(__cplusplus) || __STDC_VERSION__ >= 199901L
57 #if !defined(__cplusplus) && __STDC_VERSION__ >= 201112L
  /external/clang/test/Sema/
inline-redef.c 4 #if __STDC_VERSION__ >= 199901
nullability.c 12 #if __STDC_VERSION__ > 199901L
31 #if __STDC_VERSION__ > 199901L
35 #if __STDC_VERSION__ > 199901L
82 #if __STDC_VERSION__ > 199901L
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stdarg.h 33 (!defined(__STRICT_ANSI__) || __STDC_VERSION__ + 0 >= 199900L || defined(__GXX_EXPERIMENTAL_CXX0X__))
  /external/brotli/c/include/brotli/
types.h 83 #if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) && \
port.h 114 (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
124 (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
float.h 51 ((__STDC_VERSION__ - 0) >= 199901L) || \
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
float.h 23 ((__STDC_VERSION__ - 0) >= 199901L) || \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xfuncproto.h 150 (defined(__STDC_VERSION__) && (__STDC_VERSION__ - 0 >= 199901L)) /* C99 */ || \
163 (defined(__STDC_VERSION__) && (__STDC_VERSION__ - 0 >= 199901L)) /* C99 */
  /external/mesa3d/include/
c99_compat.h 84 # elif (__STDC_VERSION__ >= 199901L)
99 # if (__STDC_VERSION__ >= 199901L)
115 # if (__STDC_VERSION__ >= 199901L)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
features.h 193 || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L))
199 || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199409L))
350 || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L)
  /external/clang/lib/Headers/
float.h 42 # if __STDC_VERSION__ >= 199901L || !defined(__STRICT_ANSI__)
69 # if __STDC_VERSION__ >= 201112L || !defined(__STRICT_ANSI__)
89 #if __STDC_VERSION__ >= 199901L || !defined(__STRICT_ANSI__)
125 #if __STDC_VERSION__ >= 201112L || !defined(__STRICT_ANSI__)
stdarg.h 42 #if __STDC_VERSION__ >= 199901L || __cplusplus >= 201103L || !defined(__STRICT_ANSI__)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
float.h 42 # if __STDC_VERSION__ >= 199901L || !defined(__STRICT_ANSI__)
69 # if __STDC_VERSION__ >= 201112L || !defined(__STRICT_ANSI__)
89 #if __STDC_VERSION__ >= 199901L || !defined(__STRICT_ANSI__)
125 #if __STDC_VERSION__ >= 201112L || !defined(__STRICT_ANSI__)

Completed in 1500 milliseconds

1 2 3 4 5 6 7 8 91011>>