Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h38 #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(4, 0)) && \
188 #if __has_builtin(__builtin_expect) || __GNUC_PREREQ(4, 0)
211 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 4)
[all …]
DMathExtras.h84 #if __has_builtin(__builtin_ctz) || __GNUC_PREREQ(4, 0)
99 #if __has_builtin(__builtin_ctzll) || __GNUC_PREREQ(4, 0)
150 #if __has_builtin(__builtin_clz) || __GNUC_PREREQ(4, 0)
165 #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/chromium_org/third_party/opus/src/celt/
Darch.h40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \ macro
45 # define __GNUC_PREREQ(_maj,_min) 0 macro
Decintrin.h67 #elif __GNUC_PREREQ(3,4)
/external/libopus/celt/
Darch.h40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \ macro
45 # 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.c1863 #if __GNUC_PREREQ(4,6)
/external/libopus/tests/
Dtest_opus_api.c1863 #if __GNUC_PREREQ(4,6)