HomeSort by relevance Sort by last modified time
    Searched defs:__GNUC_PREREQ (Results 1 - 11 of 11) sorted by null

  /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)
features.h 127 #if __GNUC_PREREQ (2,8)
133 # define __GNUC_PREREQ(maj, min) \
136 # define __GNUC_PREREQ(maj, min) 0
285 && __GNUC_PREREQ (4, 1) && defined __OPTIMIZE__ && __OPTIMIZE__ > 0
343 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
  /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)
features.h 127 #if __GNUC_PREREQ (2,8)
133 # define __GNUC_PREREQ(maj, min) \
136 # define __GNUC_PREREQ(maj, min) 0
285 && __GNUC_PREREQ (4, 1) && defined __OPTIMIZE__ && __OPTIMIZE__ > 0
343 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
  /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)
features.h 127 #if __GNUC_PREREQ (2,8)
133 # define __GNUC_PREREQ(maj, min) \
136 # define __GNUC_PREREQ(maj, min) 0
285 && __GNUC_PREREQ (4, 1) && defined __OPTIMIZE__ && __OPTIMIZE__ > 0
343 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ \
  /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)
  /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/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...]
  /external/chromium_org/third_party/opus/src/celt/
arch.h 39 # if !defined(__GNUC_PREREQ)
41 # define __GNUC_PREREQ(_maj,_min) \
44 # define __GNUC_PREREQ(_maj,_min) 0

Completed in 717 milliseconds