Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h34 #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(4, 0)
243 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 4)
255 #if __has_attribute(always_inline) || __GNUC_PREREQ(4, 0)
[all …]
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/
Dgetopt.h116 # ifndef __GNUC_PREREQ
117 # define __GNUC_PREREQ(maj, min) (0) macro
119 # if defined __cplusplus && __GNUC_PREREQ (2,8)
/external/bison/lib/
Dgetopt.in.h115 # ifndef __GNUC_PREREQ
116 # define __GNUC_PREREQ(maj, min) (0) macro
118 # if defined __cplusplus && __GNUC_PREREQ (2,8)
/external/valgrind/unittest/
Dlibstdc++_tests.cc80 if (!__GNUC_PREREQ(4, 6)) { in TEST()
143 if (!__GNUC_PREREQ(4, 6)) { in TEST()
/external/chromium_org/third_party/opus/src/celt/
Darch.h39 # if !defined(__GNUC_PREREQ)
41 # define __GNUC_PREREQ(_maj,_min) \ macro
44 # define __GNUC_PREREQ(_maj,_min) 0 macro
Decintrin.h67 #elif __GNUC_PREREQ(3,4)
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_api.c1786 #if __GNUC_PREREQ(4,6)