Searched defs:__GNUC_PREREQ (Results 1 - 5 of 5) sorted by relevance

/external/bison/darwin-lib/
H A Dgetopt.h116 # ifndef __GNUC_PREREQ
117 # define __GNUC_PREREQ(maj, min) (0) macro
119 # if defined __cplusplus && __GNUC_PREREQ (2,8)
/external/bison/lib/
H A Dgetopt.in.h115 # ifndef __GNUC_PREREQ
116 # define __GNUC_PREREQ(maj, min) (0) macro
118 # if defined __cplusplus && __GNUC_PREREQ (2,8)
/external/llvm/include/llvm/Support/
H A DCompiler.h36 /// \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) \ macro
43 # define __GNUC_PREREQ(maj, min) 0 macro
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(
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Darch.h40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \ macro
45 # define __GNUC_PREREQ(_maj,_min) 0 macro
/external/libopus/celt/
H A Darch.h40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \ macro
45 # define __GNUC_PREREQ(_maj,_min) 0 macro

Completed in 406 milliseconds