Searched refs:__GNUC_PREREQ (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCompiler.h32 /// \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) \ macro
39 # define __GNUC_PREREQ(maj, min) 0 macro
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(
[all...]
H A DMathExtras.h83 #if __has_builtin(__builtin_ctz) || __GNUC_PREREQ(4, 0)
98 #if __has_builtin(__builtin_ctzll) || __GNUC_PREREQ(4, 0)
149 #if __has_builtin(__builtin_clz) || __GNUC_PREREQ(4, 0)
164 #if __has_builtin(__builtin_clzll) || __GNUC_PREREQ(4, 0)
/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/chromium_org/third_party/opus/src/celt/
H A Decintrin.h67 #elif __GNUC_PREREQ(3,4)
H A Darch.h39 # if !defined(__GNUC_PREREQ)
41 # define __GNUC_PREREQ(_maj,_min) \ macro
44 # define __GNUC_PREREQ(_maj,_min) 0 macro
/external/valgrind/unittest/
H A Dlibstdc++_tests.cc80 if (!__GNUC_PREREQ(4, 6)) {
143 if (!__GNUC_PREREQ(4, 6)) {
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c1786 #if __GNUC_PREREQ(4,6)

Completed in 274 milliseconds