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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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/i686-linux-glibc2.7-4.4.3/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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)
  /external/llvm/include/llvm/Support/
Compiler.h 32 /// \macro __GNUC_PREREQ
33 /// \brief Defines __GNUC_PREREQ if glibc's features.h isn't available.
34 #ifndef __GNUC_PREREQ
36 # define __GNUC_PREREQ(maj, min) \
39 # define __GNUC_PREREQ(maj, min) 0
169 #if (__has_attribute(visibility) || __GNUC_PREREQ(4, 0)) && \
176 #if __has_attribute(used) || __GNUC_PREREQ(3, 1)
190 #if __has_attribute(unused) || __GNUC_PREREQ(3, 1)
197 #if (__has_attribute(weak) || __GNUC_PREREQ(4, 0)) && \
220 #if __has_builtin(__builtin_expect) || __GNUC_PREREQ(4, 0
    [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)

Completed in 299 milliseconds

1 2 3