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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
huge_vall.h 25 #if __GNUC_PREREQ(3,3)
inf.h 26 #if __GNUC_PREREQ(3,3)
huge_val.h 28 #if __GNUC_PREREQ(3,3)
30 #elif __GNUC_PREREQ(2,96)
huge_valf.h 28 #if __GNUC_PREREQ(3,3)
30 #elif __GNUC_PREREQ(2,96)
nan.h 27 #if __GNUC_PREREQ(3,3)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
huge_vall.h 25 #if __GNUC_PREREQ(3,3)
inf.h 26 #if __GNUC_PREREQ(3,3)
huge_val.h 28 #if __GNUC_PREREQ(3,3)
30 #elif __GNUC_PREREQ(2,96)
huge_valf.h 28 #if __GNUC_PREREQ(3,3)
30 #elif __GNUC_PREREQ(2,96)
nan.h 27 #if __GNUC_PREREQ(3,3)
  /external/llvm/include/llvm/Support/
Compiler.h 36 /// \macro __GNUC_PREREQ
37 /// \brief Defines __GNUC_PREREQ if glibc's features.h isn't available.
38 #ifndef __GNUC_PREREQ
40 # define __GNUC_PREREQ(maj, min) \
43 # define __GNUC_PREREQ(maj, min) 0
131 #if (__has_attribute(visibility) || __GNUC_PREREQ(4, 0)) && \
138 #if __has_attribute(used) || __GNUC_PREREQ(3, 1)
144 #if __has_attribute(warn_unused_result) || __GNUC_PREREQ(3, 4)
158 #if __has_attribute(unused) || __GNUC_PREREQ(3, 1)
165 #if (__has_attribute(weak) || __GNUC_PREREQ(4, 0)) &&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
cdefs.h 46 # if !defined __cplusplus && __GNUC_PREREQ (3, 3)
50 # if defined __cplusplus && __GNUC_PREREQ (2,8)
135 #if __GNUC_PREREQ (4,3)
148 #if __GNUC_PREREQ (2,97)
206 #if __GNUC_PREREQ (2,96)
215 #if __GNUC_PREREQ (2,96)
224 #if __GNUC_PREREQ (3,1)
233 #if __GNUC_PREREQ (3,2)
245 #if __GNUC_PREREQ (2,8)
255 #if __GNUC_PREREQ (2,97
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 46 # if !defined __cplusplus && __GNUC_PREREQ (3, 3)
50 # if defined __cplusplus && __GNUC_PREREQ (2,8)
135 #if __GNUC_PREREQ (4,3)
148 #if __GNUC_PREREQ (2,97)
206 #if __GNUC_PREREQ (2,96)
215 #if __GNUC_PREREQ (2,96)
224 #if __GNUC_PREREQ (3,1)
233 #if __GNUC_PREREQ (3,2)
245 #if __GNUC_PREREQ (2,8)
255 #if __GNUC_PREREQ (2,97
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
getopt.h 39 # ifndef __GNUC_PREREQ
40 # define __GNUC_PREREQ(maj, min) (0)
42 # if defined __cplusplus && __GNUC_PREREQ (2,8)
assert.h 39 #if defined __cplusplus && __GNUC_PREREQ (2,95)
108 # if defined __cplusplus ? __GNUC_PREREQ (2, 6) : __GNUC_PREREQ (2, 4)
complex.h 36 #if __GNUC_PREREQ (2, 7) && !__GNUC_PREREQ (2, 97)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
getopt.h 39 # ifndef __GNUC_PREREQ
40 # define __GNUC_PREREQ(maj, min) (0)
42 # if defined __cplusplus && __GNUC_PREREQ (2,8)
assert.h 39 #if defined __cplusplus && __GNUC_PREREQ (2,95)
108 # if defined __cplusplus ? __GNUC_PREREQ (2, 6) : __GNUC_PREREQ (2, 4)
  /bionic/libc/include/sys/
cdefs.h 63 * #if __GNUC_PREREQ(major, minor)
70 #define __GNUC_PREREQ(x, y) \
74 #define __GNUC_PREREQ(x, y) 0
166 #if !__GNUC_PREREQ(2, 0)
178 #if !__GNUC_PREREQ(2, 5)
192 #if __GNUC_PREREQ(2, 7)
200 #if __GNUC_PREREQ(3, 1)
206 #if __GNUC_PREREQ(2, 7)
220 #if !__GNUC_PREREQ(2, 8)
224 #if __GNUC_PREREQ(2, 8
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
cdefs.h 63 * #if __GNUC_PREREQ(major, minor)
70 #define __GNUC_PREREQ(x, y) \
74 #define __GNUC_PREREQ(x, y) 0
166 #if !__GNUC_PREREQ(2, 0)
178 #if !__GNUC_PREREQ(2, 5)
192 #if __GNUC_PREREQ(2, 7)
200 #if __GNUC_PREREQ(3, 1)
206 #if __GNUC_PREREQ(2, 7)
220 #if !__GNUC_PREREQ(2, 8)
224 #if __GNUC_PREREQ(2, 8
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
cdefs.h 63 * #if __GNUC_PREREQ(major, minor)
70 #define __GNUC_PREREQ(x, y) \
74 #define __GNUC_PREREQ(x, y) 0
166 #if !__GNUC_PREREQ(2, 0)
178 #if !__GNUC_PREREQ(2, 5)
192 #if __GNUC_PREREQ(2, 7)
200 #if __GNUC_PREREQ(3, 1)
206 #if __GNUC_PREREQ(2, 7)
220 #if !__GNUC_PREREQ(2, 8)
224 #if __GNUC_PREREQ(2, 8
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
cdefs.h 63 * #if __GNUC_PREREQ(major, minor)
70 #define __GNUC_PREREQ(x, y) \
74 #define __GNUC_PREREQ(x, y) 0
166 #if !__GNUC_PREREQ(2, 0)
178 #if !__GNUC_PREREQ(2, 5)
192 #if __GNUC_PREREQ(2, 7)
200 #if __GNUC_PREREQ(3, 1)
206 #if __GNUC_PREREQ(2, 7)
220 #if !__GNUC_PREREQ(2, 8)
224 #if __GNUC_PREREQ(2, 8
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 93 # ifndef __GNUC_PREREQ
94 # define __GNUC_PREREQ(maj, min) (0)
96 # if defined __cplusplus && __GNUC_PREREQ (2,8)
  /external/bison/darwin-lib/
getopt.h 116 # ifndef __GNUC_PREREQ
117 # define __GNUC_PREREQ(maj, min) (0)
119 # if defined __cplusplus && __GNUC_PREREQ (2,8)
  /external/bison/lib/
getopt.in.h 115 # ifndef __GNUC_PREREQ
116 # define __GNUC_PREREQ(maj, min) (0)
118 # if defined __cplusplus && __GNUC_PREREQ (2,8)

Completed in 1063 milliseconds

1 2 3