Searched refs:__GNUC_PREREQ (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Compiler.h | 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(4, 0)) && \ 188 #if __has_builtin(__builtin_expect) || __GNUC_PREREQ(4, 0) 211 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 4) [all …]
|
D | MathExtras.h | 84 #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/ |
D | getopt.h | 116 # ifndef __GNUC_PREREQ 117 # define __GNUC_PREREQ(maj, min) (0) macro 119 # if defined __cplusplus && __GNUC_PREREQ (2,8)
|
/external/bison/lib/ |
D | getopt.in.h | 115 # 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/ |
D | arch.h | 40 # if !defined(__GNUC_PREREQ) 42 # define __GNUC_PREREQ(_maj,_min) \ macro 45 # define __GNUC_PREREQ(_maj,_min) 0 macro
|
D | ecintrin.h | 67 #elif __GNUC_PREREQ(3,4)
|
/external/libopus/celt/ |
D | arch.h | 40 # if !defined(__GNUC_PREREQ) 42 # define __GNUC_PREREQ(_maj,_min) \ macro 45 # define __GNUC_PREREQ(_maj,_min) 0 macro
|
D | ecintrin.h | 67 #elif __GNUC_PREREQ(3,4)
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_api.c | 1863 #if __GNUC_PREREQ(4,6)
|
/external/libopus/tests/ |
D | test_opus_api.c | 1863 #if __GNUC_PREREQ(4,6)
|