Searched refs:__GNUC_PREREQ (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Compiler.h | 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(4, 0) 243 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 4) 255 #if __has_attribute(always_inline) || __GNUC_PREREQ(4, 0) [all …]
|
D | MathExtras.h | 83 #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/ |
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/valgrind/unittest/ |
D | libstdc++_tests.cc | 80 if (!__GNUC_PREREQ(4, 6)) { in TEST() 143 if (!__GNUC_PREREQ(4, 6)) { in TEST()
|
/external/chromium_org/third_party/opus/src/celt/ |
D | arch.h | 39 # if !defined(__GNUC_PREREQ) 41 # define __GNUC_PREREQ(_maj,_min) \ macro 44 # 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 | 1786 #if __GNUC_PREREQ(4,6)
|