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

  /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)
  /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...]
  /bionic/libc/include/sys/
cdefs.h 66 * #if __GNUC_PREREQ(major, minor)
73 #define __GNUC_PREREQ(x, y) \
77 #define __GNUC_PREREQ(x, y) 0
169 #if !__GNUC_PREREQ(2, 0)
181 #if !__GNUC_PREREQ(2, 5)
195 #if __GNUC_PREREQ(2, 7)
203 #if __GNUC_PREREQ(3, 1)
209 #if __GNUC_PREREQ(2, 7)
223 #if !__GNUC_PREREQ(2, 8)
227 #if __GNUC_PREREQ(2, 8
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
arch.h 40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \
45 # define __GNUC_PREREQ(_maj,_min) 0
  /external/libopus/celt/
arch.h 40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \
45 # define __GNUC_PREREQ(_maj,_min) 0

Completed in 656 milliseconds